matheus23 / elm-tailwind-modules

Generate Elm code for Tailwind Utilities and Components that purges using Elm's dead code elimination!
https://matheus23.github.io/elm-tailwind-modules/
117 stars 12 forks source link

Allow Tailwind 3 (^3.1.6) as peerDependency #17

Closed nidico closed 2 years ago

nidico commented 2 years ago

elm-tailwind-modules 0.4.0 added support for Tailwind CSS v3, however this was not reflected in the peerDependencies declaration. This commit catches up on this and now allows all tailwind v2 versions >= 2.0.2 and all tailwind v3 versions >= 3.1.6.

Fixes #14.

matheus23 commented 2 years ago

Thanks for this :)

matheus23 commented 2 years ago

Publishing this as version 0.4.1 as soon as tests complete locally :rocket:

nidico commented 2 years ago

Great, it appeard on npmjs.com. I noticed that a git tag in the repo still seems to be missing (that's where I looked first).