Setup Tailwind in Rails
11 March 2022 (Updated 11 March 2022)
Install gem
Create new Rails project with tailwind
Add to existing project
Add to Gemfile:
Run:
What tailwindcss-rails does
- Creates
config/tailwind.config.js
- Create
app/assets/stylesheets/application.tailwind.css
Tasks available
rails tailwindcss:watch
Start watching the input file and generate the output file. You can also run ./bin/dev
which will start the watch alongside the Rails server.
rails tailwindcss:build
Generates app/assets/builds/tailwind.css
Add the following to your workspace settings:
(Optional) Configure VSCode
Sources
Tagged:
Rails tooling
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment