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
+9
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ Automatically compiles a CSS Module to a low-level interchange format called ICS
5
5
6
6
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/).
7
7
8
+
## Requirements
9
+
10
+
To use this tool we require postcss and few plugins to be installed on your project. See the list below:
0 commit comments