File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# babel-plugin-react-css-modules
22
3+ ![ [ GitSpo Mentions] ( https://gitspo.com/mentions/gajus/babel-plugin-react-css-modules )] ( https://gitspo.com/badges/gajus/babel-plugin-react-css-modules?style=flat-square )
34[ ![ Travis build status] ( http://img.shields.io/travis/gajus/babel-plugin-react-css-modules/master.svg?style=flat-square )] ( https://travis-ci.org/gajus/babel-plugin-react-css-modules )
45[ ![ NPM version] ( http://img.shields.io/npm/v/babel-plugin-react-css-modules.svg?style=flat-square )] ( https://www.npmjs.org/package/babel-plugin-react-css-modules )
56[ ![ Canonical Code Style] ( https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square )] ( https://github.com/gajus/canonical )
@@ -260,19 +261,19 @@ To add support for different CSS syntaxes (e.g. SCSS), perform the following two
260261 }
261262 }
262263 ```
263-
264+
264265 Postcss plugins can have options specified by wrapping the name and an options object in an array inside your config
265-
266+
266267 ``` json
267268 "plugins" : [
268269 [" postcss-import-sync2" , {
269270 "path" : [" src/styles" , " shared/styles" ]
270271 }],
271272 " postcss-nested"
272273 ]
273- ```
274-
275-
274+ ```
275+
276+
276277### Custom Attribute Mapping
277278
278279You can set your own attribute mapping rules using the ` attributeNames ` option.
You can’t perform that action at this time.
0 commit comments