You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love how easy it is to start a project, thanks so much. But I use SASS instead of SCSS. I had to around switching the webpack config to make it work.
You could add this to webpack config: test: /\.(sass|scss)$/ so that it can take either .sass or .scss files. Or make a CLI option that would set it up with .sass
The text was updated successfully, but these errors were encountered:
I love how easy it is to start a project, thanks so much. But I use SASS instead of SCSS. I had to around switching the webpack config to make it work.
You could add this to webpack config:
test: /\.(sass|scss)$/
so that it can take either .sass or .scss files. Or make a CLI option that would set it up with.sass
The text was updated successfully, but these errors were encountered: