|
1 | 1 | css-modules-require-hook
|
2 | 2 | ========================
|
3 | 3 |
|
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/). |
| 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/). See the example: [demo](demo). |
5 | 5 |
|
6 | 6 | ## What is CSS Modules
|
7 | 7 |
|
@@ -235,3 +235,7 @@ Short alias for the [postcss-modules-local-by-default](https://github.com/css-mo
|
235 | 235 | ## Links
|
236 | 236 |
|
237 | 237 | - Electron support: [css-modules-electron](https://github.com/KenPowers/css-modules-electron)
|
| 238 | + |
| 239 | +## License |
| 240 | + |
| 241 | +> The MIT License |
0 commit comments