postcss-prefix-selector icon indicating copy to clipboard operation
postcss-prefix-selector copied to clipboard

Prefix all CSS rules with a selector

Results 9 postcss-prefix-selector issues
Sort by recently updated
recently updated
newest added

This PR continues the work done in #93 to make the plugin completely support PostCSS 8 as part of `v2.0.0` ### TODO - [ ] Find a way to check...

Hi Guys, this is not an issue, it's just a general question, cause i couldn't find any information about that. In our project we are importing an third-party ui-components library....

The pseudo-class `:root` is not well handled (a prefix is added) ## Input ```js prefixer({ prefix: '#app' } ``` and ```css :root { --bs-blue:#0d6efd; } :root .a { --bs-blue: #0d6ffd;...

While there is an exclude option, it would be great to also have a whitelist option where the prefix would only be added to the matching

enhancement

- Find a way to load the plugin and run it in a web interface so potential users can easily inspect the output - Build a few demos for common...

enhancement

Right now the prefixer will process elements that can't be namespaced (`body` and `head`, maybe others). The workaround so far has been to use the `transform` option added in #16...

enhancement

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

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