Add Important option on tailwind forms plugin #12355
Luigidefra
started this conversation in
Ideas
Replies: 1 comment
-
Did you ever figure out a good solution to this? I need it too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i need to use tailwind only in a part of my page
I used tailwind important option with class strategy
Then all html tags inside tw class parent are managed from tailwind
I need disable preflight option on entire page and insert it too inside tw class parent
so:
and then on app.scss
on tailwind.config.js i set tailwind forms plugin with class strategy
so priority is:
instead it should be
or without class strategy:
Sorry for my english, I hope you understand
Beta Was this translation helpful? Give feedback.
All reactions