Skip to content

Commit ca51b83

Browse files
authored
docs: update note in README.md (#589)
1 parent 229ebc7 commit ca51b83

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,9 @@ module.exports = {
797797
};
798798
```
799799

800-
> :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)
800+
> **Warning**
801+
>
802+
> [`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)
801803
802804
### PostCSS Preset Env
803805

@@ -934,7 +936,9 @@ export default {
934936
};
935937
```
936938

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

0 commit comments

Comments
 (0)