Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Update test-sass-compilation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion authored and notlee committed May 6, 2020
1 parent 876fce8 commit 9d03d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/test-sass-compilation.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function compilationTest(cwd, { silent, brand, sassImplementation, ignoreB
buildFolder: 'disabled',
ignoreBower,
cwd: cwd,
sourecmaps: false,
sourcemaps: false,
outputStyle: 'compressed' // to remove sass multiline/loud comments from the css output
};

Expand Down

0 comments on commit 9d03d96

Please sign in to comment.