Skip to content

Commit 925235a

Browse files
committed
readme update
1 parent bfaaa48 commit 925235a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Automatically compiles a CSS Module to a low-level interchange format called ICS
55

66
One of the ways you can compile [CSS Modules](https://github.com/css-modules/css-modules) to the ICSS format is through the require hook. The require hook will bind itself to node's require and automatically compile files on the fly. This is similar to Babel's [babel/register](https://babeljs.io/docs/usage/require/).
77

8+
## Requirements
9+
10+
To use this tool we require postcss and few plugins to be installed on your project. See the list below:
11+
12+
- `"postcss": "4.x"`
13+
- `"postcss-modules-extract-imports": "0.x"`
14+
- `"postcss-modules-local-by-default": "0.x"`
15+
- `"postcss-modules-scope": "0.x"`
16+
817
## Install
918

1019
```bash

0 commit comments

Comments
 (0)