Closed nidico closed 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.
peerDependencies
Fixes #14.
Thanks for this :)
Publishing this as version 0.4.1 as soon as tests complete locally :rocket:
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).
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.