This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
0.14.0
New features
- Supports nested at-rules.
- Supports nested HTML comments in CSS comments and vice-versa.
Breaking changes
- The
List<RuleSet> rulesets
field onMediaDirective
,HostDirective
, and
StyletDirective
has been replaced byList<TreeNode> rules
to allow nested
at-rules in addition to rulesets.