elm-review-html-to-elm
elm-review-html-to-elm copied to clipboard
Make sure opacities are generated correctly with new Tailwind version
The new elm-tailwind-modules
uses opacities from a set of values in the generated module Tailwind.Theme
, similar to the Color values which are now supported with #21 (example Theme module: https://package.elm-lang.org/packages/matheus23/elm-default-tailwind-modules/latest/Tailwind-Theme#opacity50).
Need to make sure that opacities are supported correctly as well.