NathanaelA / nativescript-platform-css

A NativeScript plugin to deal with Declarative UI and Platform specific CSS
23 stars 18 forks source link

Does not work in Router-Outlets #10

Closed Ericky14 closed 6 years ago

Ericky14 commented 7 years ago

When using /deep/ .ios Button, I noticed the css only being applied to all page elements except the ones inside the <router-outlet> in that same page.

Well, I am not entirely sure that is the issue here, but for some reason I am not able to apply the css to the certain elements I need to apply it to. /deep/ .ios .option-button is not working in my case.

NathanaelA commented 6 years ago

Can you try using the :host modifier; I was informed recently that it also works.