cssbundling-rails icon indicating copy to clipboard operation
cssbundling-rails copied to clipboard

Update README.md to clarify `rails new --css=tailwind|saas` isn't using `cssbundling-rails`

Open coezbek opened this issue 5 months ago • 0 comments

Clarify that cssbundling-rails isn't used if you run rails new --css=tailwind or --css=saas, rather these go to standalone tailwindcss-rails and dartsaas-rails.

You have to use ./bin/rails css:install:[tailwind|sass] you get the tailwind and Dart saas if you want to build via npm|yarn and node.

coezbek avatar Sep 21 '24 16:09 coezbek