dartsass 1.49.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ @echo off
2
+ REM This script drives the standalone dart-sass package, which bundles together a
3
+ REM Dart executable and a snapshot of dart-sass.
4
+
5
+ set SCRIPTPATH=%~dp0
6
+ set arguments=%*
7
+ "%SCRIPTPATH%\src\dart.exe" "%SCRIPTPATH%\src\sass.snapshot" %arguments%