Best way to include custom styles in ionic app

I read from some of the links that to override the default variables.scss file from the lib folder. Also i read that it is not supposed to override the default themes and use my own.

But I dont find a way to generate css file out of my own scss file and how can be refereed in html file?

Hey,

Have a look at these links:

http://ionicframework.com/docs/cli/sass.html
http://learn.ionicframework.com/formulas/working-with-sass/

they can point you to the right direction.

Good luck!