Skip to content

Commit

Permalink
docs: update note in README.md (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jun 17, 2022
1 parent 229ebc7 commit ca51b83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -797,7 +797,9 @@ module.exports = {
};
```

> :warning: [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) includes [`autoprefixer`](https://github.com/postcss/autoprefixer), so adding it separately is not necessary if you already use the preset. More [information](https://github.com/csstools/postcss-preset-env#autoprefixer)
> **Warning**
>
> [`postcss-preset-env`](https://github.com/csstools/postcss-preset-env) includes [`autoprefixer`](https://github.com/postcss/autoprefixer), so adding it separately is not necessary if you already use the preset. More [information](https://github.com/csstools/postcss-preset-env#autoprefixer)
### PostCSS Preset Env

Expand Down Expand Up @@ -934,7 +936,9 @@ export default {
};
```

> :warning: If you are using Babel you need to do the following in order for the setup to work
> **Warning**
>
> If you are using Babel you need to do the following in order for the setup to work
> 1. Add [`babel-plugin-add-module-exports`](https://github.com/59naga/babel-plugin-add-module-exports) to your configuration.
> 2. You need to have only one **default** export per style module.
Expand Down

0 comments on commit ca51b83

Please sign in to comment.