Skip to content

Commit aef71c7

Browse files
committed
docs: add a call for maintainers
1 parent 6a2a894 commit aef71c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
[![Gitter](https://img.shields.io/gitter/room/babel-plugin-react-css-modules/Lobby.svg?style=flat-square)](https://gitter.im/babel-plugin-react-css-modules/Lobby)
88
[![Twitter Follow](https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow)](https://twitter.com/kuizinas)
99

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+
1016
<img src='./.README/babel-plugin-react-css-modules.png' height='150' />
1117

1218
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
264270

265271
> 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.
266272
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:
268274

269275
```json
270276
"plugins": [

0 commit comments

Comments
 (0)