Tailwind CSS is a utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
This gem gives access to the standard Tailwind CSS framework configured for Rails webpacker.
This is extraction originally created inside the tailwindcss-rails gem.
- Run
./bin/bundle add tailwindcss-rails-webpacker
- Run
./bin/rails tailwindcss:install
The Tailwind CSS framework starts out as a massive file, which gives you all the combinations of utility classes for development, but you wouldn't want to ship all those unused classes in production.
This gem will automatically purge those unused classes in production.
Tailwind for Rails is released under the MIT License. Tailwind CSS is released under the MIT License.