We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4e07f commit 08fb490Copy full SHA for 08fb490
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 1.0.1
2
+
3
+### Module Migrator
4
5
+* Improve ordering of `@use` and `@forward` rules.
6
7
+* Fix a bug in the migrating of configurable variables. Variables should now
8
+ only be considered configured when the configuring declaration is upstream of
9
+ the `!default` declaration.
10
11
## 1.0.0
12
13
* Initial release.
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass_migrator
-version: 1.0.0
+version: 1.0.1
description: A tool for running migrations on Sass files
author: Jennifer Thakar <[email protected]>
homepage: https://github.com/sass/migrator
0 commit comments