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 98f326b commit 6df3497Copy full SHA for 6df3497
CHANGELOG.md
@@ -15,6 +15,12 @@
15
* Don't throw an error when the same module is `@forward`ed multiple times
16
through a configured module.
17
18
+### Embedded Sass
19
+
20
+* Rather than downloading the embedded compiler for the local platform on
21
+ install, the `sass-embedded` npm package now declares optional dependencies on
22
+ platform-specific embedded compiler packages.
23
24
## 1.54.4
25
26
* Improve error messages when passing incorrect units that are also
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: sass
2
-version: 1.54.5-dev
+version: 1.54.5
3
description: A Sass implementation in Dart.
4
homepage: https://github.com/sass/dart-sass
5
0 commit comments