storybook-addon-pseudo-states icon indicating copy to clipboard operation
storybook-addon-pseudo-states copied to clipboard

Pseudo-state as second element of `>`, `+`, and `~` combinators broken

Open bencalabrese opened this issue 2 years ago • 0 comments

Heya, looks like a great add-on! I can't use it quite yet because some combinators are broken.

The following statement:

.parent > :focus { ... }

Tries to get rewritten, as:

 .pseudo-focus .parent > { ... }

which isn't valid CSS and blocks the rewritten sheet from being loaded.

bencalabrese avatar Feb 06 '23 20:02 bencalabrese