Skip to content

v0.5.11

Choose a tag to compare

@Machy8 Machy8 released this 05 Jan 16:38
· 204 commits to master since this release

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