DEV Community

Discussion on: The best way to run Tailwind CSS on Rails

Collapse
 
timur profile image
Timur

How do I add tailwind plugins?

Collapse
 
phawk profile image
Pete Hawkins

Hey Timur, the same way you would normally, installing via cssbundler-rails will generate a tailwind.config.js in your project, so yarn install the plugin and then add it to your config.

Hope that helps!