tailwind-children
tailwind-children copied to clipboard
Tailwind plugin which enables setting CSS rules for all children in parent
A keyword `twin` can be added that applies css to itself and then to other twins. It will be same as `sibling` but without duplication.
Hey! I stumbled upon this plugin after trying to get https://github.com/benface/tailwindcss-children to work with Tailwind v3. ### The issue I'm using Vite as my build tool and the moment I...
Because `where:` always has a specificity of 0 I am finding the base reset is overwriting the rule for a child, i.e ``` This will have a margin bottom of...
Hello, does not work with html 'button' elements as it's not in the 'elements' array list
```A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this...
You must know ``, right? But `` also exist. [ref](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label) All can be found [here](https://developer.mozilla.org/en-US/docs/Web/HTML/Element).