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
...but nothing seems to work. Not entirely sure this is a bug but perhaps it reveals a documentation shortcoming? Any tips would be greatly appreciated. Note that Headwind works great with regular HTML tags <p class="...">.
The text was updated successfully, but these errors were encountered:
I'm trying to get Headwind working with Rails helpers which look like this:
<%= some_helper, class: "text-blue-500 font-bold" %>
I've read the docs and tried adding this to my settings.json:
...but nothing seems to work. Not entirely sure this is a bug but perhaps it reveals a documentation shortcoming? Any tips would be greatly appreciated. Note that Headwind works great with regular HTML tags
<p class="...">
.The text was updated successfully, but these errors were encountered: