Skip to content

Commit c2472e6

Browse files
committed
Merge branch 'master' of github.com:gajus/babel-plugin-react-css-modules
2 parents af9ea7e + 2cb8889 commit c2472e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Transforms `styleName` to `className` using compile time [CSS module](#css-modules) resolution.
1212

13-
In contrast to [`react-css-modules`](https://github.com/gajus/react-css-modules), `babel-plugin-react-css-modules` has a loot smaller performance overhead (0-10% vs +50%; see [Performance](#performance)) and a lot smaller size footprint (less than 2kb vs 17kb reaact-css-modules + lodash dependency).
13+
In contrast to [`react-css-modules`](https://github.com/gajus/react-css-modules), `babel-plugin-react-css-modules` has a lot smaller performance overhead (0-10% vs +50%; see [Performance](#performance)) and a lot smaller size footprint (less than 2kb vs 17kb react-css-modules + lodash dependency).
1414

1515
* [CSS Modules](#css-modules)
1616
* [Difference from `react-css-modules`](#difference-from-react-css-modules)

0 commit comments

Comments
 (0)