Hello,
We would like to use html or body element’s classes, like ios, md, etc… in our local scss files of a page or a component. Is it possible somehow or can we only use them in global.scss or app.scss ?
For example in home.page.scss :
html.ios app-home ion-content.custom-class-1 myelement {
// hack some ios css bug
}
Thanks for your help
1 post - 1 participant