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'm not sure i quite get the gist of this, since there's barely any tutorials out on Rails 7 with Importmaps yet.
What i'm trying to achieve is using importmaps with tailwindcss (this gem) AND the /forms plugin.
The Generated tailwind.config.js has require('@tailwindcss/forms') in it, but i don't think its actually working.
the precompiled tailwind.css seems to be lacking these rules.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm not sure i quite get the gist of this, since there's barely any tutorials out on Rails 7 with Importmaps yet.
What i'm trying to achieve is using importmaps with tailwindcss (this gem) AND the /forms plugin.
The Generated tailwind.config.js has
require('@tailwindcss/forms')
in it, but i don't think its actually working.the precompiled tailwind.css seems to be lacking these rules.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: