Reputation: 24
I'm new to Ionic2 and just a learner.
I just want to set up css files in the single page, not globally.
I know how to set up css file globally, but I don't know how to set up locally.
When update the file app/theme/app.core.scss
, it's fine. But it is global set up.
How can I set up css locally on single page?
Thank you for reading.
Upvotes: 0
Views: 121
Reputation: 1691
Have you tried ionic2
demo? You can simple defined .scss
file with page.
See attach image for reference.
Upvotes: 1