v0.5.11
Features
- Added screen and pseudo classes group
md:{font-size:24px;margin-bottom:8px} lg:hover:{color:purple;scale:1.4} - Utilities, that are not matched within a content are not generated even though they have been added within component or custom selector
- Removed unnecessary escaping of
-and_in generated CSS - Characters aliases such as
_can be now escaped\_, so the_is preserved:[.some\_\_selector]{color:blue}=> this will not replace underscores
What's Changed
- Optimization tunning by @Machy8 in #159
- Multiple properties can be wrapped into pseudo class or screen group by @Machy8 in #160
- Aliases escaping by @Machy8 in #164
Full Changelog: v0.5.10...v0.5.11