.scss not working

Hi
I have created an app using blank template
In my one tab there is list-item
and when I click in the one of the list, it is opening one page name quiz.

This page is working everything except .scss style. It is taking array from .ts file. It is showing array-items.

Only problem is .scss. Can anybody help me ? What is the problem.

Can you look in your app/theme/app.core.scss file, you should have the page’s scss file imported as well.

1 Like

Is that documented anywhere? I spent an awful lot of time trying to make it work.

When you generate a new page by the command: ionic g page
you have this advice.

image

I lost a lot of time with this issue to. .

1 Like