ionic-team / ionic-pwa-toolkit

Build lightning fast Progressive Web Apps with zero config and best practices built-in. Go from zero to production ready with Ionic and Stencil (Web Components).
MIT License
635 stars 74 forks source link

Host styling not working #99

Closed leomyth330 closed 5 years ago

leomyth330 commented 5 years ago

I'm quite new on Ionic4 + StencilJS but I'm quite sure this is a bug. I've just started with fresh this toolkit and any shadow styling doesn't work.

:host {
     // all styles don't work
}

How can I make this work for stencil component?