stylesuxx / generator-react-webpack-redux

React Webpack Generator including Redux support
Other
552 stars 84 forks source link

scss files not generated despite selected in configuration #72

Open raza2022 opened 7 years ago

raza2022 commented 7 years ago

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

stylesuxx commented 7 years ago

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.

raza2022 commented 7 years ago

@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

suthanbala commented 7 years ago

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.