Skip to content

Commit 0af89f8

Browse files
committed
added demo to readme
1 parent 0bbda35 commit 0af89f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
css-modules-require-hook
22
========================
33

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).
55

66
## What is CSS Modules
77

@@ -235,3 +235,7 @@ Short alias for the [postcss-modules-local-by-default](https://github.com/css-mo
235235
## Links
236236

237237
- Electron support: [css-modules-electron](https://github.com/KenPowers/css-modules-electron)
238+
239+
## License
240+
241+
> The MIT License

0 commit comments

Comments
 (0)