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
+42-5Lines changed: 42 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
css-modules-require-hook
2
2
========================
3
3
4
-
Summary
4
+
The require hook compiles [CSS Modules](https://github.com/css-modules/css-modules) in runtime. This is similar to Babel's [babel/register](https://babeljs.io/docs/usage/require/).
5
5
6
6
## What is CSS Modules
7
7
8
-
Summary
8
+
A **CSS Module** is a CSS file in which all class names and animation names are scoped locally by default. Learn more in the article [CSS Modules - Welcome to the Future](http://glenmaddern.com/articles/css-modules) by Glen Maddern.
9
9
10
10
## Features
11
11
12
-
Compiling in runtime, universal apps
12
+
Compiling in runtime, [universal](https://medium.com/@mjackson/universal-javascript-4761051b7ae9) usage.
13
13
14
14
## Usage
15
15
16
16
### Requirements
17
17
18
-
To use this tool we require [Node.js](https://github.com/nodejs/node) v0.12.x (or higher) and several modules to be installed.
18
+
To use this tool we require [Node.js v0.12.x](https://github.com/nodejs/node) (or higher) and several modules to be installed.
19
19
20
20
-[postcss](https://github.com/postcss/postcss) version 4 or higher
0 commit comments