css-element-queries icon indicating copy to clipboard operation
css-element-queries copied to clipboard

Pseudo selector like 'before' and 'after' is not supported

Open gordianknotC opened this issue 7 years ago • 1 comments

to reproduce it consider the following example: https://jsfiddle.net/curtis_chang/sb703rdj/10/

gordianknotC avatar Jun 16 '17 02:06 gordianknotC

Guess the regex https://github.com/marcj/css-element-queries/blob/ed6a88c5681079b431e1e3bc2de6382020837bda/src/ElementQueries.js#L327 does not support double ::

marcj avatar Jun 16 '17 07:06 marcj