Not Variants
class
| properties
|
---|---|
not-first |
&:not(:first-child) |
not-last |
&:not(:last-child) |
not-first-of-type |
&:not(:first-of-type) |
not-last-of-type |
&:not(:last-of-type) |
How to disable it?
tailwindcssAddons({
variants: {
notVariants: false,
},
})