GyeJin Lee
GyeJin Lee

Reputation: 24

Ionic2 : How to set up css in single page

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

Answers (1)

Jitendra Tiwari
Jitendra Tiwari

Reputation: 1691

Have you tried ionic2 demo? You can simple defined .scss file with page.

See attach image for reference.

css for each page

Upvotes: 1

Related Questions