Adding new CSS after Enabling SASS

Hi everyone,

I have enabled SASS in my project to alter the color of my titlebar. Part of this process involved removing my www/css/style.css file with custom css. Is there a way to transfer over all of the custom css? Does it now belong in the scss/ionic.app.scss file?

Thank you!

Okay I ended up figuring this out. I changed the extension of my original css/style.css file to scss, and added the following line to ionic.app.scss:

@import "www/css/style.scss";
1 Like