Ionic conference app

i tried to implement the schedule page from ionic-conference-app to my own app. Everything works except the css part. I also copied the scss file and it does get compiled but i do not see .schedule in app.css file, can anyone point me whats going wrong?

THanks

can anyone please help?

Change your app/theme/app.core.scss file. Make sure you’re importing the correct file so that it can be included.

Works now, thanks, i thought gulp was automatically taking care of *.scss files.