Skip to content

Commit

Permalink
revert: going back to node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mes committed Jan 10, 2025
1 parent 81661a8 commit 41f11cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/sass-mq/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sass test/test.scss:test/output/test-ruby.css --no-source-map 2>test/output/ruby
# `sass` is an ambiguous binary (could be the gem or the npm package),
# so we use npx to run it and ensure it's the Dart version of Sass
npx --ignore-existing --quiet sass ./test/test.scss ./test/output/test-dart.css --no-source-map --no-color --style=expanded 2>test/output/dart-sass.log
sass test/test.scss test/output/test-node.css --sourcemap=none --quiet 2>test/output/node-sass.log
node-sass test/test.scss test/output/test-node.css --sourcemap=none --quiet 2>test/output/node-sass.log
node test/eyeglass-test.js 2>test/output/eyeglass.log

DIFF=`git diff --name-only test/output`
Expand Down

0 comments on commit 41f11cd

Please sign in to comment.