How to use custom theme object in plugins like tailwindcss/form
?
#4107
michael-land
started this conversation in
Ideas
Replies: 0 comments
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'm using tailwindcss in a chrome extension and inject under a shadow root.
The problem is some website set html font size to 10px which make tailwind form input really small since tailwind expected html font size is 16px. I can't control other site HTML font size, so it would be nice we can opt-in theme customization.
In tailwind.config.js, I already change spacing to px based, but this form plugins always use default theme.
Beta Was this translation helpful? Give feedback.
All reactions