|
7 | 7 | [](https://gitter.im/babel-plugin-react-css-modules/Lobby)
|
8 | 8 | [](https://twitter.com/kuizinas)
|
9 | 9 |
|
| 10 | +> # Looking for maintainers |
| 11 | +> |
| 12 | +> This project is not actively maintained by the original author. However, I am happy to nominate new maintainers. |
| 13 | +> If you wish to contribute to `babel-plugin-react-css-modules`, please begin by raising PRs that fix existing issues. |
| 14 | +> PRs must pass CI/CD tests, include tests (if they change behavior or fix a bug), and include documentation. |
| 15 | + |
10 | 16 | <img src='./.README/babel-plugin-react-css-modules.png' height='150' />
|
11 | 17 |
|
12 | 18 | Transforms `styleName` to `className` using compile time [CSS module](#css-modules) resolution.
|
@@ -264,7 +270,7 @@ To add support for different CSS syntaxes (e.g. SCSS), perform the following two
|
264 | 270 |
|
265 | 271 | > NOTE: [`postcss-nested`](https://github.com/postcss/postcss-nested) is added as an extra plugin for demonstration purposes only. It's not needed with [`postcss-scss`](https://github.com/postcss/postcss-scss) because SCSS already supports nesting.
|
266 | 272 |
|
267 | | - Postcss plugins can have options specified by wrapping the name and an options object in an array inside your config: |
| 273 | + Postcss plugins can have options specified by wrapping the name and an options object in an array inside your config: |
268 | 274 |
|
269 | 275 | ```json
|
270 | 276 | "plugins": [
|
|
0 commit comments