Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

tailwindcss forms plugin

npm install -D @tailwindcss/forms

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('@tailwindcss/forms'),
    // ...
  ],
}
Source by github.com #
 
PREVIOUS NEXT
Tagged: #tailwindcss #forms #plugin
ADD COMMENT
Topic
Name
8+1 =