You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -797,7 +797,9 @@ module.exports = {
797
797
};
798
798
```
799
799
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)
801
803
802
804
### PostCSS Preset Env
803
805
@@ -934,7 +936,9 @@ export default {
934
936
};
935
937
```
936
938
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
938
942
939
943
> 1. Add [`babel-plugin-add-module-exports`](https://github.com/59naga/babel-plugin-add-module-exports) to your configuration.
940
944
> 2. You need to have only one **default** export per style module.
0 commit comments