Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Releases: robbevp/postcss-multiple-tailwind

v1.0.1

19 Apr 18:13
Compare
Choose a tag to compare

Made a small refactor so we don't have to mirror Tailwind's internal structure.

Internal changes

  • Updated devDependencies
  • Make published files explicit

v1.0.0

22 Mar 19:46
Compare
Choose a tag to compare

Breaking change

From v1.0.0 onwards only Tailwindcss 3.x is supported. If you are stuck to tailwindcss 2.x, you can keep using a version v0.4.0 without any issues.

Bug fixes

Make sure Tailwind rebuilds css when file in content changes (#132)

Internal changes

Internal dependencies were updated to their latest versions

v0.4.0

15 Dec 17:38
Compare
Choose a tag to compare
  • Adds support for tailwindcss 3.x #92 #93
  • Removed automatic tests for Node v15, since this version is no longer supported.

Internal changes

  • Updated devDependencies

v0.3.0

19 Apr 10:09
Compare
Choose a tag to compare

Adds two configuration options

Mode (Default = "manual")
The mode allows a user to set the mode to auto or manual. The auto mode doesn't require @multiple-tailwind to be present in a css file for it to be processed by tailwindcss.

defaultConfig (Default = "tailwind.config.js")
Sets the config file when the user doesn't specify a config inside the css file.

v0.2.0

17 Apr 13:43
Compare
Choose a tag to compare
  • The plugin now throws an error if the config file could not be found