Removing default values from base style #3471
-
Beta Was this translation helpful? Give feedback.
Answered by
adamwathan
Feb 14, 2021
Replies: 2 comments 1 reply
-
👀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Those styles are coming from the @tailwindcss/forms plugin. If you don't want those base styles you can remove that plugin, or write some custom base CSS to override it, or override those styles in your HTML with utilities which is what that plugin is designed to support. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
paul-vd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those styles are coming from the @tailwindcss/forms plugin. If you don't want those base styles you can remove that plugin, or write some custom base CSS to override it, or override those styles in your HTML with utilities which is what that plugin is designed to support.