Skip to content

Commit 3e109e8

Browse files
committed
Merge pull request Swiip#1066 from bradleyflood/bradleyflood-patch-1
Update sassOptions to reflect correct style property.
2 parents 607982c + ec1a7ae commit 3e109e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/gulp/_styles.js

+1-1
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)