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
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Currently, processing the example below produces an error styles.html:17:1: missing '{'. Stripping the tags, of course, solves the immediate problem. Additionally, the :root block is removed entirely without error or notice.
Polymer style modules are declared within tags. Myth doesn't like tags. Polymer handles var, calc and other such declarations but does not handle prefixes. Support for Polymer style modules in myth would be awesome.