Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

0.14.0

Compare
Choose a tag to compare
@leonsenft leonsenft released this 31 May 19:27

New features

  • Supports nested at-rules.
  • Supports nested HTML comments in CSS comments and vice-versa.

Breaking changes

  • The List<RuleSet> rulesets field on MediaDirective, HostDirective, and
    StyletDirective has been replaced by List<TreeNode> rules to allow nested
    at-rules in addition to rulesets.