Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] only use the compressed outputStyle for sass, as mested is me…
Browse files Browse the repository at this point in the history
…aningless with source maps always enabled
  • Loading branch information
thealjey committed Jan 20, 2017
1 parent 836dd03 commit 0ce882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SASSCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class SASSCompiler extends Compiler {
includePaths: this.includePaths,
sourceMap: true,
sourceMapContents: true,
outputStyle: this.isProduction ? 'compressed' : 'nested'
outputStyle: 'compressed'
}, (error, result) => {
if (error) {
return logSASSError(error);
Expand Down

0 comments on commit 0ce882d

Please sign in to comment.