Releases: monty5811/postcss-elm-tailwind
Releases · monty5811/postcss-elm-tailwind
0.11.0
07 Sep 11:49
Compare
Sorry, something went wrong.
No results found
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
18 Jun 22:17
Compare
Sorry, something went wrong.
No results found
Bunch of fixes for recent tailwind releases & for tailwindui plugin.
0.9.0
28 Apr 10:45
Compare
Sorry, something went wrong.
No results found
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
08 Apr 09:20
Compare
Sorry, something went wrong.
No results found
Fix : Make things work if font awesome is included in the css
0.7.0
24 Mar 09:28
Compare
Sorry, something went wrong.
No results found
Fix : handle class names with a . in them
0.6.0
03 Mar 10:03
Compare
Sorry, something went wrong.
No results found
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
21 Feb 21:48
Compare
Sorry, something went wrong.
No results found
New: add option to output camelCase Elm functions instead of snake_case
Fix: better handle some non-default variants
0.4.0
05 Feb 20:15
Compare
Sorry, something went wrong.
No results found
Add support for Tailwind 1.2.0
0.3.0
01 Nov 01:22
Compare
Sorry, something went wrong.
No results found
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