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
This discussion was converted from issue #284 on October 22, 2023 16:24.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a rails 7 app running with tailwindcss-rails and I am trying to display a background image (cover) using bg-[url(...)]
But it doesnt work with rails 7 active_storage
Seems like the rails_blob_url is not being recognized by tailwindcss-rails...
I have an html.erb displaying :
First div shows the image correctly
Second div doesnt display anything (blank)
image_tag displayed correctly so the issue doesn't come from generated url
Beta Was this translation helpful? Give feedback.
All reactions