Closed jeluard closed 9 years ago
at-import rules solve this issue.
e.g.
(defwebcomponent my-styled-component
:style (list
"@import ""some.css"
[(garden.stylesheet/at-import "some-other.css")]))
More complex than expected. See https://github.com/Polymer/polymer-dev/issues/7
Out of scope.
Common
style
support currently suffer from a short-coming: style elements have to be loaded before element instances are created (as style elements will be cloned per instance at creation time).Find a way to remove this constraint or to simplify common style usages at development style.