Skip to content

Commit

Permalink
Merge pull request #1063 from vukoje/master
Browse files Browse the repository at this point in the history
Bug fix. If precision is not set it is 5 by default which causes alig…
  • Loading branch information
Swiip committed Apr 2, 2016
2 parents 58a1beb + 3d22dad commit 607982c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/app/templates/gulp/_styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ var buildStyles = function() {
};
<% } if (props.cssPreprocessor.extension === 'scss') { -%>
var sassOptions = {
style: 'expanded'
style: 'expanded',
precision: 10
};
<% } -%>

Expand Down

0 comments on commit 607982c

Please sign in to comment.