Closed
Description
I loved the utility and enjoyed working with default configuration without needing to configure anything.
Though after getting used to LESS/SCSS, I want to use it in the project.
But PostCSS is also a great tool, so don't wanna remove from the workflow. Though working with only CSS files makes it difficult sometimes and to plug preprocessor, it would require to eject from default config.
Like ionic, it would be good to have features; e.g. in ionic running ionic setup sass
will setup the project for SASS/SCSS related workflow and and files; similarly running similar will set it up for LESS or SASS/SCSS
This would keep default scripts and need not to eject.