Tailwindcss Theming Versions Save

CSS-variables-based swappable themes for Tailwind CSS

v3.0.0-beta.2

3 years ago
  • Updated dependencies.

v3.0.0-beta.1

3 years ago

b4fa0305dfcedfecadd4a98ad6c06d706dd93c7f - Fixed an issue where utilities were generated in camelCase instead of kebab-case (eg. fontSans instead of font-sans) (https://github.com/innocenzi/tailwindcss-theming/issues/24)

v3.0.0-beta.0

4 years ago

This new major version is a rewrite of the plugin, with breaking API changes but better experience overall. The upgrading guide is yet to be written.

See this draft PR for more details: https://github.com/hawezo/tailwindcss-theming/pull/22

v2.4.3

4 years ago

v2.4.2

4 years ago
  • Updated for Tailwind 1.2.0
    • Fixed font tests for Tailwind 1.2.0
    • Updated dependencies

v2.4.1

4 years ago

Bumped version to remove hex tag.

v2.4.0

4 years ago
  • Added hexadecimal mode, which disables the opacity variants but use hexadecimal color codes instead of RGB and RGBA

v2.3.1

4 years ago
  • Minor update for Tailwind Canary 5
    • Fixed tests for latest version of Tailwind

v2.3.0

4 years ago
  • Multiple variants with the same name but with different unique target colors can be declared (#6).