Merge pull request #2583 from sass/list-parens Properly add `ParenthesizedExpression` for comma-separated lists
Recent Commits to dart-sass:main
-
Merge pull request #2583 from sass/list-parens
-
Fix sass-parser compatibility with the latest PostCSS
Fix sass-parser compatibility with the latest PostCSS
-
Properly add `ParenthesizedExpression` for comma-separated lists
Properly add `ParenthesizedExpression` for comma-separated lists
-
Remove ia32 support on dart 3.8 (#2579)
Remove ia32 support on dart 3.8 (#2579)
-
Allow the Node.js pkg importer to return the same URL multiple times …
Allow the Node.js pkg importer to return the same URL multiple times (#2575)
-
Merge pull request #2572 from sass/empty-custom-prop
Merge pull request #2572 from sass/empty-custom-prop Support empty custom properties
-
Support empty custom properties
Support empty custom properties See sass/sass#4078
-
Properly handle dev changelogs in bump-version-* tasks
Properly handle dev changelogs in bump-version-* tasks Previously this wouldn't update -dev changelogs if we were bumping a more major version than the -dev version bumped.
-
Disallow passing functions/mixins across compilations (#2544)
Disallow passing functions/mixins across compilations (#2544) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
-
Remove useless `_currentCallable` property in the evaluate visitor (#…
Remove useless `_currentCallable` property in the evaluate visitor (#2570) Since #2474, the _currentCallable property is not used anymore (except for restoring its state)
-
Fix off-by-one error in Interpolation.spanForElement() (#2568)
Fix off-by-one error in Interpolation.spanForElement() (#2568) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>