postcss-nested
postcss-nested copied to clipboard
PostCSS plugin to unwrap nested rules like how Sass does it.
Howdy! :wave: I am currently working on a TailwindCSS/PostCSS project and I am using the `@tailwindcss/forms` plugin. Unfortunately, it applies an undesired color styling to my forms. The author's recommended...
Hello, To ensure both parties see this, we wrote this in-depth here: https://github.com/csstools/postcss-extend-rule/issues/14. However, for the sake of continuity I have pasted the same contents below: Our team have been...
Something goes wrong when using postcss-nested with cssnano in the postcss pipeline. > cat no-bug.css #hello { &.world { background-color: red; } } > cat no-bug.css | npx postcss -u...
When using the plug-in with the following CSS: ```css :where(.foo) { color: #000; &__bar { font-size: 1rem; } } ``` The output currently is this: ```css :where(.foo) { color: #000;...
it seems it breaks with escaped characters terminal warning: ``` 2:3 ⚠ Nested @tailwind rules were detected, but are not supported. Consider using a prefix to scope Tailwind's classes: https://tailwindcss.com/docs/configuration#prefix...