Hi
how remove the use of sass in my project ?
Thanks
Hi
how remove the use of sass in my project ?
Thanks
follow the manually install instrcutions backwards
nope nothing special npm install installs the node-modules. if you do not need them you can simply remove the node_modules folder in your project. But they are not used in the final builds and should be on the .gitignore file⦠so they do not break something if you leave them there