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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ bundle.on('css stream', function (css) {
63
63
64
64
### Options:
65
65
66
-
-`rootDir`: absolute path to your project's root directory. This is optional but providing it will result in better generated classnames.
66
+
-`rootDir`: absolute path to your project's root directory. This is optional but providing it will result in better generated classnames. css-modulesify will try to use the browserify `basedir` if `rootDir` is not specified, if both are not specified it will use the location from which the command was executed.
67
67
-`output`: path to write the generated css. If not provided, you'll need to listen to the `'css stream'` event on the bundle to get the output.
68
68
-`jsonOutput`: optional path to write a json manifest of classnames.
69
69
-`use`: optional array of postcss plugins (by default we use the css-modules core plugins).
0 commit comments