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

Commit

Permalink
Merge pull request #308 from jwalton512/patch-1
Browse files Browse the repository at this point in the history
Use precision of 10 by default for SASS task
  • Loading branch information
JeffreyWay committed Oct 13, 2015
2 parents e10e829 + 784923b commit 668a79d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ var config = {
pluginOptions: {
outputStyle: gutils.env.production
? 'compressed'
: 'nested'
: 'nested',
precision: 10
}
},

Expand Down

0 comments on commit 668a79d

Please sign in to comment.