postcss-tags-without-class
Applies tag selectors only if no class is present on the tag.
Only Style Pure Tags
I'm red.I'm still black.
Installation and Usage
npm i postcss postcss-tags-without-class
const postcss = const tagsWithoutClass =
How?
This plugin will add :not([class])
to each tag. Multiple tags button, a
, chained tags ul li
and tags with pseudo classes button:focus
are supported as well.
will become
License
MIT