Natalie Weizenbaum
58f1bfadfe
Document the default export deprecation ( #736 )
...
See sass/dart-sass#2008
2023-06-13 15:28:59 -07:00
Natalie Weizenbaum
4ca36af82b
Better handle the JS API docs on smaller screens ( #735 )
...
In desktop mode, the sidebar always gets 1/3 of the space and the
content gets 2/3. In mobile mode, the sidebar instead goes above the
content as a table of contents.
Closes #732
2023-06-06 14:22:17 -07:00
Natalie Weizenbaum
762448e723
Mention that / is interpreted as division in calculations ( #734 )
...
Also fix a broken link.
2023-06-05 17:51:26 -07:00
Natalie Weizenbaum
e1c1bb788c
Add a blog post about the new Embedded Protocol proposal ( #729 )
2023-05-19 16:22:20 -07:00
Natalie Weizenbaum
a812ad0985
Update TypeDoc plugin to support 0.24. ( #728 )
2023-05-18 16:59:30 -07:00
Srdjan Pazin
56a39bc185
Fixing typos ( #725 )
...
* Fixed typos in comments.html.md.erb
* Update comments.html.md.erb
reflow text
---------
Co-authored-by: Goodwine <2022649+Goodwine@users.noreply.github.com>
2023-05-09 14:54:38 -07:00
Natalie Weizenbaum
39c6dda740
Fix the introduction for the implementation guide ( #723 )
...
Closes #717
2023-04-26 17:57:21 -07:00
Natalie Weizenbaum
977658c3b0
Remove a nonsense word ( #722 )
2023-04-14 15:52:06 -07:00
Natalie Weizenbaum
38e167a617
Properly include code examples in bullet points ( #721 )
...
Apparently, the markdown engine this site uses doesn't properly parse
nested paragraph-level entities, nor does it correctly handle markdown
within HTML tags. This works around both of these issues.
2023-04-13 14:55:54 -07:00
Natalie Weizenbaum
15be1c036a
Freshen Dart Sass page ( #720 )
...
Closes #718
2023-04-13 12:59:42 -07:00
Natalie Weizenbaum
db6a809506
Document the deprecation of multiple variable flags ( #716 )
...
Closes #715
See sass/sass#2607
2023-04-07 17:07:55 -07:00
Jennifer Thakar
086912048a
Clarify flow control scope documentation ( #681 )
...
Fixes #669 .
2023-04-05 16:40:10 -07:00
Goodwine
cd65a28a50
Add link to a new Maven plugin on the block. ( #714 )
...
Document the differences between both Maven plugins
Fixes #660
2023-04-05 15:11:51 -07:00
Christophe Coevoet
fbc043a91b
Fix link in the blog post about CSS nesting ( #713 )
2023-04-05 20:15:01 +00:00
Natalie Weizenbaum
0d03d6c33e
Add a blog post about native CSS nesting ( #711 )
2023-03-29 15:24:17 -07:00
Natalie Weizenbaum
97546fd550
Document the floating-point numbers spec ( #708 )
...
See sass/sass#2892
2023-03-23 16:18:11 -07:00
Natalie Weizenbaum
2c38a7f8a4
Document constants in calculations ( #707 )
...
Closes #700
See sass/sass#3258
2023-03-23 15:59:26 -07:00
Eric Mutta
abaee7ea73
Fix multiple typos ( #703 )
...
* Fix typo in import.html.md.erb
The following sentence:
> ...libraries must **prefix to all** their members...
Should read:
> ...libraries must **add a prefix to all** their members...
* Fix typo in comments.html.md.erb
The following:
> Because the **extend** of the comment...
Should read:
> Because the **extent** of the comment...
* Fix typo in string.html.md.erb
The sentence:
> ...relying on **this** operators...
Should read:
> ...relying on **these** operators...
* Fix typo in string.html.md.erb
The following sentence:
> If **of** `$index` is higher...
Should read:
> If `$index` is higher...
* Reflow source/documentation/at-rules/import.html.md.erb
---------
Co-authored-by: Goodwine <2022649+Goodwine@users.noreply.github.com>
2023-03-22 14:26:06 -07:00
Jennifer Thakar
d580be8333
Document --fatal-deprecation ( #702 )
2023-03-10 14:24:55 -08:00
Natalie Weizenbaum
04dae03887
Document string.split()
...
Closes #684
2023-03-03 15:08:12 -08:00
Oliver Byford
a5b0c738bf
Fix broken markdown link in meta.function-exists ( #697 )
2023-03-01 14:57:12 -08:00
なつき
4f2fb01f1d
Remove unmaintained links ( #696 )
2023-02-24 14:17:54 -08:00
Denis Teikhrib
4246de7258
Fixes typo in meta.module-functions example ( #690 )
2023-01-04 22:33:45 +00:00
Natalie Weizenbaum
1a2d2051b1
Blog: announce the tar file permissions vulnerability ( #689 )
...
See google/dart_cli_pkg#109
2022-12-15 14:07:41 -08:00
Jennifer Thakar
f24ab979b1
Remove Compass from homepage ( #687 )
...
* Remove Compass from homepage
Fixes #686 .
* Fix typo
* Update index.html.haml
2022-11-21 13:10:55 -08:00
Natalie Weizenbaum
628560e47c
Update the Media 4 deprecation page ( #685 )
...
Closes #655
2022-11-01 16:20:12 -07:00
Natalie Weizenbaum
f80aa04469
Add/update strict function unit documentation ( #683 )
...
This merges the color-units and random-with-units deprecation pages
into a single shared function-units page, updates the color-units
deprecations to reflect that Phase 2 has been enacted, and adds new
function unit deprecations.
See #511
See sass/sass#2904
See #662
See sass/sass#3374
2022-10-28 16:35:58 -07:00
Kim Dyla
079e1237ae
Fixing typo ( #682 )
2022-10-19 18:24:55 -07:00
Makonede
1f59496b32
Fix typo ( #680 )
2022-10-17 20:21:50 +00:00
Andreas Deininger
97a1086743
Fixing typo ( #616 )
2022-10-13 10:26:33 -07:00
Uma Shankar
34bad99c32
Fixed a typo ( #679 )
2022-10-11 20:48:01 +00:00
Anatolijs Tarasovs
02771170cf
Update mixin.html.md.erb ( #663 )
...
Fixed a typo. I can also says `This can make it easier...`
2022-09-26 20:38:18 +00:00
Natalie Weizenbaum
b1a1930b7a
Fix a typo ( #674 )
...
See also #3396
2022-09-23 15:11:51 -07:00
Christophe Coevoet
76d9d326b5
Fix mistakes in the blog post about color spaces ( #673 )
2022-09-23 14:05:49 -07:00
Natalie Weizenbaum
f32544b25b
Write a blog post for Color Spaces ( #671 )
...
See sass/sass#2831
Co-authored-by: Miriam Suzanne <miriam@oddbird.net>
2022-09-21 13:56:55 -07:00
Natalie Weizenbaum
27c36b276c
Document strict unary operators ( #670 )
2022-09-15 13:58:15 -07:00
Christophe Coevoet
df332e08c8
Document the moz-document breaking change on the sass website. ( #667 )
...
* Document the moz-document breaking change on the sass website.
2022-09-07 10:55:14 -07:00
Goodwine
25d33be440
Document random($limit) behavior whe $limit has units ( #664 )
...
* document random($limit) behavior whe $limit has units
* add breaking change section for random-with-units
* add random-with-units link to sidenav
2022-08-17 19:25:23 -07:00
Natalie Weizenbaum
e266114650
Add a "Powered by Mac Stadium" icon to the footer ( #652 )
2022-08-03 17:41:36 -07:00
Goodwine
c41b1b7d8f
Link to Maven plugin for dart-sass ( #661 )
...
Fix #660
2022-08-02 18:28:54 -07:00
Natalie Weizenbaum
d90813cf0a
Document support for Media Queries Level 4 ( #656 )
2022-07-22 13:34:16 -07:00
Natalie Weizenbaum
c77ebc90f1
Document the bogus combinator breaking change ( #654 )
2022-07-18 17:00:41 -07:00
updatedMyJournal
42470e1477
Fix a typo ( #653 )
2022-07-18 20:13:59 +00:00
Natalie Weizenbaum
faf93b9cb7
Update the timeline for removing @import
in the module system blog ( #651 )
2022-07-06 15:43:20 -07:00
Takuya N
a3d9319dce
HWB support was introduced in 1.28.0, not in 1.27.0 ( #646 )
...
Code change: https://github.com/sass/dart-sass/pull/1129
Follows up https://github.com/sass/sass-site/pull/493
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-06-16 18:52:18 -07:00
Natalie Weizenbaum
115c34e219
Add a blog post for strict unary operators ( #645 )
...
See sass/sass#1912
2022-06-15 17:15:55 -07:00
Kauê Rodrigues
211f5c3667
Revert "Disable word wrapping for p code
( #281 )" to fix #576 ( #637 )
2022-06-10 18:31:25 -07:00
Kauê Rodrigues
5c01a6297e
Remove link to Ghostlab ( #639 )
2022-06-10 14:48:41 -07:00
Natalie Weizenbaum
9e97f56f66
Add a section describing the differences between @use and @import ( #636 )
...
Closes #443
2022-05-31 16:43:33 -07:00
Natalie Weizenbaum
d78a1f26af
Be more accurate about how brackets work with list.join()
( #633 )
...
Closes #354
2022-05-26 19:22:21 -07:00