We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sass
scss
1 parent 4c20a39 commit 8f99a8fCopy full SHA for 8f99a8f
app/generator.js
@@ -138,7 +138,7 @@ export default class Generator extends Base {
138
139
this.scriptExt = answers.script === 'coffee' ? 'coffee' : 'js';
140
this.templateExt = answers.markup;
141
- this.styleExt = answers.stylesheet;
+ this.styleExt = answers.stylesheet === 'sass' ? 'scss' : answers.stylesheet;
142
143
cb();
144
}.bind(this));
0 commit comments