0.0.3 • Published 2 years ago

@ant3ney/singui v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Sing UI

Build UI librarys quick with this starter template

Testing components manualy via browser

Make sure to have one terminal run

npm run sass

Also run the following command in another terminal

npm run start

Why not just compile the scass using sass for node-sass. The short answer is I don't know how to make those work. When you use sass or node-scass you import your .scass files by referencing them as '*.scss' in the file consuming those files. This causes problems when trying to build this package for production as I only know how to make the production / dist files read .css files.