Tailwind CSS v2.0 | Forms Plugin

With Tailwind Css v2.0 a new forms plugin was released to normalize & reset forms styles. This provides us a good base for our forms styles to add TailwindCss utility classes. We’ll build out a quick login form with the new Forms plugin and take a look at several other v2.0 features. -Extended Palette -Focus Ring -Extended Variant -using our Variants with @apply -Darkmode. @tailwindcss/forms Github Source
Back to Top