Search
 
SCRIPT & CODE EXAMPLE
 

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'),
    // ...
  ],
}
Comment

PREVIOUS NEXT
Code Example
Css :: phone media query css 
Css :: media query for mobile view css 
Css :: rotate text css 
Css :: add space between text and underline 
Css :: remove the glow in bootstrap input 
Css :: how to prevent text from breaking css 
Css :: Centering a div of unknown height and width 
Css :: radio checked css 
Css :: css text dots 
Css :: css keep background image from scrolling 
Css :: html center div in middle of page 
Css :: css how to center images in a table cell 
Css :: add shadows on an image css 
Css :: css selector no attribute 
Css :: css make div on top of everything 
Css :: fixe a navbar at the top 
Css :: rounded input css 
Css :: round button css 
Css :: resize checkbox 
Css :: css media query aspect ratio 
Css :: mat select remove underline 
Css :: css disable scroll mobile 
Css :: background image css django 
Css :: size carousel bootstrap 4 
Css :: css responsive font size 
Css :: width clamp css 
Css :: ngx-charts change text color 
Css :: ovale css 
Css :: css multiple backgrounds 
Css :: sm size website 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =