Skip to content

Releases: chrisdickinson/cssauron

Add `:any()` and `,` to language

15 Jul 19:49
Compare
Choose a tag to compare

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.