This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Releases: robbevp/postcss-multiple-tailwind
Releases · robbevp/postcss-multiple-tailwind
v1.0.1
v1.0.0
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
v0.3.0
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.