You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're relying on HTMLImports to load stylesheet content. HTMLImports does not load content inside of templates.
Therefore to support this enhancement, we either need to change HTMLImports or we need a separate css loader.
Another alternative would be to remove support for loading styles in custom elements via elements and instead always use @import. The @import syntax is already necessary for non-cors resources.
We currently process link rel="stylesheet" in an element tag but not inside an element's template. We should process both of these the same way.
The text was updated successfully, but these errors were encountered: