We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a1beb + 3d22dad commit 607982cCopy full SHA for 607982c
1 file changed
generators/app/templates/gulp/_styles.js
@@ -31,7 +31,8 @@ var buildStyles = function() {
31
};
32
<% } if (props.cssPreprocessor.extension === 'scss') { -%>
33
var sassOptions = {
34
- style: 'expanded'
+ style: 'expanded',
35
+ precision: 10
36
37
<% } -%>
38
0 commit comments