Commit Graph
3 Commits
Author SHA1 Message Date
Russell Bicknell 33e149863e shareBuiltCSSWithAdoptedStyleSheets -> useAdoptedStyleSheetsWithBuiltCSS 2020-04-06 14:10:57 -07:00
Russell Bicknell bdd765810a Gate feature behind shareBuiltCSSWithAdoptedStyleSheets; update tests. 2020-04-02 17:23:57 -07:00
Steven Orvell ab04377bda Add basic support for adoptedStyleSheets
Uses `shadowRoot.adoptedStyleSheets` for element styling when supported (currently Chrome) and only if a css build is used. The build restriction is in place in order to support `@apply` via ShadyCSS. Currently ShadyCSS works only with a style element in the element template.
2019-10-08 17:55:38 -07:00