-
[FIX] Fix compilation for CSS with separate (unnested) pseudoclasses.
-
[FIX] Fix compilation for CSS placed within media queries.
-
[BREAKING] Component spec format changed from using
.as a delimiter between module and export name to?.Update:
Label { base: mylib.Label; color: red; }To:
Label { base: mylib?Label; color: red; }
-
[FEATURE] When specifying
basefor a styled component it is treated as an import specification if it doesn't represent an HTML tag name.For example:
Label { base: mylib/Label; color: red; }Will generate a CSS class and inject it to component imported from
mylib/Labelmodule.
- [FEATURE] Initial release.