0.9.0
- Updated dependencies
- Renamed the
inline_style_sheet
macro tostyle_sheet_values
to avoid confusion - Added the
inline_style_sheet
andinline_style_sheet_values
macros to allow inline SCSS style definitions - Changed
randomized_class_name
to use base64 ids rather than numeric ids for randomizing class ids (thank you @BToersche) - Added support for
any
,has
,host
,is
,not
,slotted
andwhere
CSS pseudo classes. (thank you @BToersche)