You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,15 @@
8
8
9
9
React CSS Modules implement automatic mapping of CSS modules. Every CSS class is assigned a local-scoped identifier with a global unique name. CSS Modules enable a modular and reusable CSS!
10
10
11
-
> ⚠️⚠️⚠️
12
-
>
13
-
> Note:
11
+
> ## ⚠️⚠️⚠️ DEPRECATION NOTICE ⚠️⚠️⚠️
14
12
>
15
13
> If you are considering to use `react-css-modules`, evaluate if [`babel-plugin-react-css-modules`](https://github.com/gajus/babel-plugin-react-css-modules) covers your use case.
16
14
> `babel-plugin-react-css-modules` is a lightweight alternative of `react-css-modules`.
17
15
>
18
16
> `babel-plugin-react-css-modules` is not a drop-in replacement and does not cover all the use cases of `react-css-modules`.
19
17
> 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).
20
18
>
21
-
> It is easy to get started!
22
-
> See the demo https://github.com/gajus/babel-plugin-react-css-modules/tree/master/demo
19
+
> It is easy to get started! See the demo https://github.com/gajus/babel-plugin-react-css-modules/tree/master/demo
0 commit comments