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
Hi! I'm using elm-land with default-tailwind-modules, and even though I'm correctly setting the bg color for my button type=submit, the background is still transparent! I think this is an issue related to this behaviour in tailwind:
The same, I'm not sure if it is elm-land fault but I think the issue is that the global styles are loading after my custom tailwind styles and therefore overriding the thing 😟
@ryannhg any input you could give, is this maybe not the correct way to do tailwind in elm-land? 👀
yeah - unfortunately tailwind working correctly depends on the order that styles are loaded in.
Usually looking at the generated HTML in the browser DevTools should be enough to verify that global styles come first.
Hi! I'm using
elm-land
withdefault-tailwind-modules
, and even though I'm correctly setting the bg color for my button type=submit, the background is still transparent! I think this is an issue related to this behaviour in tailwind:Is there a way to disable preflight mode with this package?
Here is the relevant
View.elm
file, in case it helps to debug what is wrong:Thanks in advance!
The text was updated successfully, but these errors were encountered: