Skip to content

Commit 34fe178

Browse files
committed
Add a link to the webpack example
1 parent 293d7b3 commit 34fe178

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77

88
## Usage
99
I suggest using [postcss-modules](https://github.com/outpunk/postcss-modules) to generate CSS modules.
10-
Check [the PostHTML documentation](https://github.com/posthtml/posthtml#usage) for integration examples with gulp, webpack, and other build systems.
10+
Check [the PostHTML documentation](https://github.com/posthtml/posthtml#usage) for integration examples with grunt, gulp, and other build systems.
11+
12+
If you're more into webpack then you don't need all these modules at all.
13+
With `css`, `style`, and `html` loaders you can achieve the same result:
14+
[css-modules-webpack-example](https://github.com/maltsev/css-modules-webpack-example)
1115

1216
### Global file
1317
Let's say we have `cssClasses.json` with all CSS modules inside:

0 commit comments

Comments
 (0)