Releases: monty5811/postcss-elm-tailwind
Releases · monty5811/postcss-elm-tailwind
0.11.0
Big thanks to @jangerhard, @icidasset and @sparksp for all the work that went into this release
- Make things work with Tailwind 2
- Upgrade to postcss 8
- Better handle pseudo classes & elements and a few other things
- Upgrade dependencies
0.10.0
Bunch of fixes for recent tailwind releases & for tailwindui plugin.
0.9.0
- Added: Optionally output a
Svg
or String
module
- Fixed: Return a promise to work better with postcss
- Removed: Drop support for Node 8
0.8.0
- Fix: Make things work if font awesome is included in the css
0.7.0
- Fix: handle class names with a
.
in them
0.6.0
- Change: use
__
after a prefix. You'll get some Elm compiler errors with this change.
- Fix: handle selectors with multiple classes
- Fix: better handle
last-child
and first-child
- Change:
TW.elm
now passes checks with elm-format --validate
0.5.0
- New: add option to output
camelCase
Elm functions instead of snake_case
- Fix: better handle some non-default variants
0.4.0
- Add support for Tailwind 1.2.0
0.3.0
- Add
classList
function to generated Elm module
- Add option to change Elm module name
- Improve how options passed to plugin are handled
- Strip out docs & other unnecessary things from generated Elm code