Skip to content

Commit 7478653

Browse files
committed
doc: reword
1 parent 854e7cd commit 7478653

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
[![Travis build status](https://img.shields.io/travis/andreypopp/react-css-components/master.svg)](https://travis-ci.org/andreypopp/react-css-components)
44
[![npm](https://img.shields.io/npm/v/react-css-components.svg)](https://www.npmjs.com/package/react-css-components)
55

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-
116
## Motivation
127

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.
1512

1613
## Installation & Usage
1714

0 commit comments

Comments
 (0)