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
@@ -61,7 +61,7 @@ postcss: (ctx) => {
61
61
62
62
| Name | Description | Default |
63
63
| ---- | ----------- | ------- |
64
-
|**root**| Root path used to resolve paths from | If `webpack` option is provided, `options.context`|
64
+
|**root**| Root used to resolve `path`(s) from | If `webpack` option is provided, `options.context`|
65
65
|**path**| A path to a folder or an array of paths, telling postcss-import where to look for sss or css files to `@import`. | If `webpack` option is provided, `loaderContext.resourcePath`|
66
66
|**webpack**| Shortcut for webpack users to set the `root` and `path` options more easily. Pass webpack loader context. ||
67
67
|**browsers**| Browser support provided to [autoprefixer](http://cssnext.io/usage/#browsers)|`> 1%, last 2 versions, Firefox ESR`|
0 commit comments