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
Tailwind for Rails is released under the MIT License. Tailwind CSS is released under the MIT License.