Skip to content

Commit eae38c5

Browse files
authored
Fix an incorrect link in the changelog (#2700)
1 parent 4747063 commit eae38c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
to the new CSS syntax. `if($condition, $if-true, $if-false)` can be changed to
1515
`if(sass($condition): $if-true; else: $if-false)`.
1616

17-
See [the Sass website](https://sass-lang.com/d/css-if) for details.
17+
See [the Sass website](https://sass-lang.com/d/if-function) for details.
1818

1919
* Plain-CSS `if()` functions are now considered "special numbers", meaning that
2020
they can be used in place of arguments to CSS color functions.

0 commit comments

Comments
 (0)