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 73ff9a9 commit 1e27aebCopy full SHA for 1e27aeb
CHANGELOG.md
@@ -6,6 +6,10 @@
6
* **Potentially breaking bug fix:** Adding text after an explicit `*/` in the
7
indented syntax is now an error, rather than silently generating invalid CSS.
8
9
+### Embedded Host
10
+
11
+* Properly export the `SassBoolean` type.
12
13
## 1.79.5
14
15
* Changes to how `selector.unify()` and `@extend` combine selectors:
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: sass
2
-version: 1.79.6-dev
+version: 1.79.6
3
description: A Sass implementation in Dart.
4
homepage: https://github.com/sass/dart-sass
5
0 commit comments