Closed sebbes-at-deepgram closed 3 years ago
elm-tailwind-modules generates a definition Tailwind.Utilities.globalStyles
which contains the style reset. You need to include it in your HTML:
I'll close this issue for now, please re-open it if this didn't resolve your issue :)
Thanks a lot for the quick answer! It worked for me!
With Tailwind, I'm used to have the default styling "reset", e.g. the
<a>
tag are not blue and underlined.With elm-tailwind-modules, this is not the case. Would it be possible to perform this resets automatically in the generated elm-css?