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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
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)
0 commit comments