We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1aafa8 commit dc8b17cCopy full SHA for dc8b17c
README.md
@@ -10,6 +10,10 @@ Define React presentational components with CSS.
10
The implementation is based on [CSS modules][]. In fact React CSS Components is
11
just a thin API on top of CSS modules.
12
13
+**NOTE:** The current implementation is based on Webpack but everything is ready
14
+to be ported onto other build systems (generic API is here just not yet
15
+documented). Raise an issue or better submit a PR if you have some ideas.
16
+
17
## Installation & Usage
18
19
Install from npm:
0 commit comments