Closed thewebartisan7 closed 1 year ago
@digitaljohn I have updated README and also added the css and scss in separated folder, so that we can test generating from css and scss files together, using:
npm run test:cli # test css and scss together
npm run test:cli-css # test only css
npm run test:cli-scss # test only scss
First of all thanks for this utility, it's exactly what I was looking! Simple but powerful.
I found also very useful the cli to generate components.
With this PR which I hope you will integrate, I have just added the support for generate components via cli from SASS files.
I added one
test.scss
file and one newnpm run test:cli-sass
for testing with this file.The
test.scss
is the same astest.css
but with nested css, and the result is below:Let me know if you need any adjustment.
Thanks!