postcss-pseudo-classes icon indicating copy to clipboard operation
postcss-pseudo-classes copied to clipboard

PostCSS plugin to add in companion classes where pseudo-selectors are used.

Results 6 postcss-pseudo-classes issues
Sort by recently updated
recently updated
newest added

I suggest to always have allow-list of states, because right now we prefix `:where()`, `:not()` and many other CSS functions like this. Even if we blacklist when, new will be...

When designing reusable components, I prefer not to expose `classNames` as a prop, as it breaks encapsulation and encourages the modification of a finalized design. It would be great if...

Hello, I would like to preserve css pseudo class functions like `:host()` but currently all pseudo class functions are escaped. Example: ```css :host(.selector) {...} :host(:active) {...} ``` is resolved to:...

Hi, I encountered a problem while using Angular: The `:host` pseudo class is in the blacklist configuration. The following element is given: ```html ``` where `` is the host tag...

- when `:is` was escaped, the space within the brackets was not escaped and we got a unusable class of `a\:is\(.\:hover, .current)`, which also has an unescaped closing bracket -...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies