Skip to content

Commit ec1a7ae

Browse files
committed
Update sassOptions to reflect correct style property.
1 parent 607982c commit ec1a7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/gulp/_styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var buildStyles = function() {
3131
};
3232
<% } if (props.cssPreprocessor.extension === 'scss') { -%>
3333
var sassOptions = {
34-
style: 'expanded',
34+
outputStyle: 'expanded',
3535
precision: 10
3636
};
3737
<% } -%>

0 commit comments

Comments
 (0)