generator-react-webpack-redux
generator-react-webpack-redux copied to clipboard
scss files not generated despite selected in configuration
Hello @stylesuxx thank for the great work (y). I just used to work with scss files. but isn't generated the scss files in new generated components. it always with .sass extension i double check every thing and generate new project with scss selection but doesn't work any help will be greatly appreciated
scss is basically the newer version of sass. So it should not make a difference. Are you experiencing any problems?
Also this would be an issue for the base generator.
@stylesuxx is base generate and develop generator are seperate?
steps to reproduce:
start generator
select scss
cssmodules
no
postcss
no
then after complete when component generated. It has the .sass
extension instead of .scss
I followed the same steps, and had CSS
file produced instead of SCSS
. But it looks like the issue is only for the initial App.css
, and any further creation of components using the generator creates scss
.