This project adheres to Semantic Versioning.
Made a small refactor so we don't have to mirror Tailwind's internal structure.
- Updated devDependencies
- Make published files explicit
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.
Make sure Tailwind rebuilds css when file in content changes (#132)
Internal dependencies were updated to their latest versions
Adds support for tailwindcss 3.x #92 #93
Removed automatic tests for Node v15, since this version is no longer supported.
- Updated devDependencies
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.
The defaults for these two options are the same as the previous behaviour of the app, so there are no steps required for upgrading.
- Throw an error if a config file could not be found
Initial release