mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
add scss format
This commit is contained in:
@@ -43,6 +43,9 @@ var Generator = module.exports = function Generator() {
|
||||
case 'sass':
|
||||
this.stylesSuffix = '.sass';
|
||||
break;
|
||||
case 'scss':
|
||||
this.stylesSuffix = '.scss';
|
||||
break;
|
||||
case 'less':
|
||||
this.stylesSuffix = '.less';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user