File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.10.3
2+
3+ ### Command-Line Interface
4+
5+ * Run the Chocolatey script with the correct arguments so it doesn't crash.
6+
17## 1.10.2
28
39* No user-visible changes.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ REM https://opensource.org/licenses/MIT.
55
66set SCRIPTPATH = %~dp0
77set arguments = %*
8- dart.exe " -Dversion=SASS_VERSION" " %SCRIPTPATH% \sass.dart.snapshot" %arguments%
8+ dart.exe --no-preview-dart-2 " -Dversion=SASS_VERSION" " %SCRIPTPATH% \sass.dart.snapshot" %arguments%
Original file line number Diff line number Diff line change 11name : sass
2- version : 1.10.2
2+ version : 1.10.3
33description : A Sass implementation in Dart.
44author :
Dart Team <[email protected] > 55homepage : https://github.com/sass/dart-sass
You can’t perform that action at this time.
0 commit comments