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 039f2ad commit 3dbb552Copy full SHA for 3dbb552
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.50.1
2
+
3
+### Embedded Sass
4
5
+* The JS embedded host and the embedded compiler will now properly avoid
6
+ resolving imports relative to the current working directory unless `'.'` is
7
+ passed as a load path.
8
9
## 1.50.0
10
11
* `@extend` now treats [`:where()`] the same as `:is()`.
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
-version: 1.50.0
+version: 1.50.1-dev
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass
0 commit comments