Skip to content

Commit

Permalink
Compress sass by default, no detectable performance impact
Browse files Browse the repository at this point in the history
  • Loading branch information
rramo012 committed Nov 13, 2017
1 parent 4467747 commit fc6813e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controls/style/js/sass-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export class SassCompiler {
this.compiler.options( {
comments: false,
indent: '',
linefeed: ''
linefeed: '',
style: Sassjs.style.compressed
} );

BOLDGRID.Sass = this;
Expand Down

0 comments on commit fc6813e

Please sign in to comment.