I've been working with Ionic on a PhoneGap application and one of the cool things that it supports is using SASS to generate the CSS file for your app. If you run the following command:

ionic setup sass

It will automatically download all the dependancies and setup your application so when you run:

ionic serve 

It will automatically start up gulp to process your sass files and start the server so you can work on your application.