cssbundling-rails
cssbundling-rails copied to clipboard
Update README.md to clarify `rails new --css=tailwind|saas` isn't using `cssbundling-rails`
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
.