Skip to content

Releases: monty5811/postcss-elm-tailwind

0.11.0

07 Sep 11:49
Compare
Choose a tag to compare

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
Choose a tag to compare

Bunch of fixes for recent tailwind releases & for tailwindui plugin.

0.9.0

28 Apr 10:45
0683f73
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix: Make things work if font awesome is included in the css

0.7.0

24 Mar 09:28
Compare
Choose a tag to compare
  • Fix: handle class names with a . in them

0.6.0

03 Mar 10:03
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add support for Tailwind 1.2.0

0.3.0

01 Nov 01:22
Compare
Choose a tag to compare
  • 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