File tree 1 file changed +4
-7
lines changed 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Travis build status] ( https://img.shields.io/travis/andreypopp/react-css-components/master.svg )] ( https://travis-ci.org/andreypopp/react-css-components )
4
4
[ ![ npm] ( https://img.shields.io/npm/v/react-css-components.svg )] ( https://www.npmjs.com/package/react-css-components )
5
5
6
- A React centric convention for [ CSS modules] [ ] .
7
-
8
- (Currently only Webpack is supported but support for other build system can be
9
- added later.)
10
-
11
6
## Motivation
12
7
13
- Provide a simplified component based API for consuming CSS modules which
14
- abstracts the call site from being dependent on CSS modules.
8
+ Define React presentational components with CSS.
9
+
10
+ The implementation is based on [ CSS modules] [ ] . In fact React CSS Components is
11
+ just a thin API on top of CSS modules.
15
12
16
13
## Installation & Usage
17
14
You can’t perform that action at this time.
0 commit comments