dropcss icon indicating copy to clipboard operation
dropcss copied to clipboard

new selectors and nesting

Open leeoniya opened this issue 3 years ago • 1 comments

  • https://www.w3.org/TR/css-nesting-1/
  • :has
  • :matches

leeoniya avatar Sep 18 '21 14:09 leeoniya

I'm getting JavaScript heap out of memory errors when using the :has selector. I guess it's not the easiest feature to implement but would some kind of meantime workaround be possible, e.g. skipping certain selector by adding a comment, like most linting libraries work?

tornqvist avatar Feb 05 '22 14:02 tornqvist