Skip to content

Commit 7d54625

Browse files
authored
docs: document the demo
1 parent 1931df0 commit 7d54625

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ React CSS Modules implement automatic mapping of CSS modules. Every CSS class is
1515
>
1616
> `babel-plugin-react-css-modules` is not a drop-in replacement and does not cover all the use cases of `react-css-modules`.
1717
> However, it has a lot smaller performance overhead (0-10% vs +50%; see [Performance](https://github.com/gajus/babel-plugin-react-css-modules#performance)) and a lot smaller size footprint (less than 2kb vs +17kb).
18+
>
19+
> It is easy to get started!
20+
> See the demo https://github.com/gajus/babel-plugin-react-css-modules/tree/master/demo
1821
1922
- [CSS Modules](#css-modules)
2023
- [webpack `css-loader`](#webpack-css-loader)

0 commit comments

Comments
 (0)