You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i've got a weird issue with tailwind and rails 7. for some reason it does not include some of the classes, for example rounded-full doesnt exist and does not render.
when using rounded-full, the image ends up square, as if it just doesnt exist:
other classes like rounded-lg or so work.
i am using:
bundle info tailwindcss-rails
tailwindcss-rails (2.0.21)
Summary: Integrate Tailwind CSS with the asset pipeline in Rails.
Homepage: https://github.com/rails/tailwindcss-rails
Path: C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/tailwindcss-rails-2.0.21-x64-mingw-ucrt
and installed it via the rails new my-app --css tailwind command.
any help is appreciated
The text was updated successfully, but these errors were encountered:
i've got a weird issue with tailwind and rails 7. for some reason it does not include some of the classes, for example
rounded-full
doesnt exist and does not render.when using
rounded-full
, the image ends up square, as if it just doesnt exist:other classes like
rounded-lg
or so work.i am using:
Summary: Integrate Tailwind CSS with the asset pipeline in Rails.
Homepage: https://github.com/rails/tailwindcss-rails
Path: C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/tailwindcss-rails-2.0.21-x64-mingw-ucrt
and installed it via the
rails new my-app --css tailwind
command.any help is appreciated
The text was updated successfully, but these errors were encountered: