Reverse ionic setup sass

Hi

how remove the use of sass in my project ?

Thanks

follow the manually install instrcutions backwards :wink:

ok thanks @bengtler, I just did it using this link.
Should I do something about instruction #1 ?

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

ok thanks a lot for your help @bengtler :slight_smile: