We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4747063 commit eae38c5Copy full SHA for eae38c5
CHANGELOG.md
@@ -14,7 +14,7 @@
14
to the new CSS syntax. `if($condition, $if-true, $if-false)` can be changed to
15
`if(sass($condition): $if-true; else: $if-false)`.
16
17
- See [the Sass website](https://sass-lang.com/d/css-if) for details.
+ See [the Sass website](https://sass-lang.com/d/if-function) for details.
18
19
* Plain-CSS `if()` functions are now considered "special numbers", meaning that
20
they can be used in place of arguments to CSS color functions.
0 commit comments