Can you "uninstall" (or remove or disable) sass?

Hi there,

I’m new to ionic and sass. I tried to follow the tutorial to install sass, but is there a way to remove or disable sass from my app once i installed it?

thanks!

There is a guide how you can manually install sass… so undo all the steps or just simply remove the gulp-tasks from the ionic.project-File and replace the ionic.app.css with your own in the index.html head-area

Thanks for your help!