Skip to content

Commit ff21df5

Browse files
committed
docs: add GitSpo mentions badge
1 parent f11d423 commit ff21df5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

278279
You can set your own attribute mapping rules using the `attributeNames` option.

0 commit comments

Comments
 (0)