We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293d7b3 commit 34fe178Copy full SHA for 34fe178
1 file changed
README.md
@@ -7,7 +7,11 @@
7
8
## Usage
9
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.
+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)
15
16
### Global file
17
Let's say we have `cssClasses.json` with all CSS modules inside:
0 commit comments