Skip to content

Commit

Permalink
update pubspecs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodwine committed Aug 18, 2022
1 parent 5bc8ff4 commit 8d3ee56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@
* Properly consider `b > c` to be a superselector of `a > b > c`, and similarly
for other combinators.

* Don't throw an error when the same module is `@forward`ed multiple times
through a configured module.

## 1.54.4

* Improve error messages when passing incorrect units that are also
Expand Down Expand Up @@ -38,7 +41,7 @@
* Add partial support for new media query syntax from Media Queries Level 4. The
only exception are logical operations nested within parentheses, as these were
previously interpreted differently as SassScript expressions.

A parenthesized media condition that begins with `not` or an opening
parenthesis now produces a deprecation warning. In a future release, these
will be interpreted as plain CSS instead.
Expand Down

0 comments on commit 8d3ee56

Please sign in to comment.