We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0d7ee commit b73cfc8Copy full SHA for b73cfc8
README.md
@@ -180,10 +180,10 @@ export default {
180
}
181
```
182
183
-> If you are using babel 6 compiler and up you need to do the following in order for setup to work
+> If you are using Babel >= v6 you need to do the following in order for the setup to work
184
185
-> * It is suggested to have only **default** export per style module
186
-> * You need to add [babel-plugin-add-module-exports] to you configuration
+> 1. Add [babel-plugin-add-module-exports] to your configuration
+> 2. You need to have only one **default** export per style module
187
188
If you use JS styles without `postcss-js` parser, you can add `exec` parameter:
189
0 commit comments