erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Do not use /deep/ selector when using Polymer 1.x Shady DOM mode #155

Closed web-padawan closed 7 years ago

web-padawan commented 7 years ago

A bugfix for Polymer 1.x users with Shady DOM mode (enabled by default). Fixes #154 @jmalonzo PTAL

jmalonzo commented 7 years ago

Thanks @web-padawan. Hmm does it matter if Shady DOM is used? I guess we can just remove the shady check?

web-padawan commented 7 years ago

You're right, this check is not necessary. I'll remove it.

jmalonzo commented 7 years ago

Thanks!