We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I installed on
Using these command: bundle add tailwindcss-rails rails tailwindcss:install
And it shows this error on my rails app:
I installed 2 times and restarted the server several times and the same error keeps going.
The text was updated successfully, but these errors were encountered:
I'm also having this issue, but not in development, only with RAILS_ENV=test rake assets:precompile or RAILS_ENV=production rake assets:precompile
RAILS_ENV=test rake assets:precompile
RAILS_ENV=production rake assets:precompile
Sorry, something went wrong.
It looks like it could just be that we're missing some commas in the rgb output:
rgb
background-color: rgb(0 166 81/var(--tw-bg-opacity));
is the line my compilation is complaining about.
It's actually sass that's complaining about the rgb line here, with rails-sass 6 or rails-sass 5
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I installed on
Using these command:
bundle add tailwindcss-rails
rails tailwindcss:install
And it shows this error on my rails app:
I installed 2 times and restarted the server several times and the same error keeps going.
The text was updated successfully, but these errors were encountered: