We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7f4e4 commit 6ff6759Copy full SHA for 6ff6759
README.md
@@ -30,6 +30,10 @@ require('css-modules-require-hook');
30
31
```javascript
32
require('css-modules-require-hook')({
33
+ // If you run css-modulesify and require-hook from different directories,
34
+ // you have to specify similar root directories
35
+ // in order to get the same class names
36
+ root: '...', // please, use the absolute path here. It's process.cwd() by default
37
// Setting this allows you to specify custom PostCSS plugins
38
// You may use functions or strings, which match to the modules with the same name
39
use: [] // may use `u` for short
0 commit comments