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

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Apr 19, 2021
1 parent 50e0970 commit a4df599
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 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.

### Upgrading
The defaults for these two options are the same as the previous behaviour of the app, so there are no steps required for upgrading.
## v0.2.0

* Throw an error if a config file could not be found
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-multiple-tailwind",
"version": "0.2.0",
"version": "0.3.0",
"description": "PostCSS plugin to process multiple tailwindcss configs",
"keywords": [
"postcss",
Expand Down

0 comments on commit a4df599

Please sign in to comment.