Releases: chrisdickinson/cssauron
Releases · chrisdickinson/cssauron
Add `:any()` and `,` to language
0.2.0
adds the following features:
:any(selector, selector)
-- see mdn for example usage. Difference from spec: you may place selectors with combinators into the expression, but it will be hard to reason about.,
operator: combine multiple selectors into a single selector.