File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ Type: `Array`
204204Default: ` [] `
205205
206206An array of folder names to add to [ Node's resolver] ( https://github.com/substack/node-resolve ) .
207- Values will be appended to the default resolve directories:
207+ Values will be appended to the default resolve directories:
208208` ["node_modules", "web_modules"] ` .
209209
210210This option is only for adding additional directories to default resolver. If
@@ -228,13 +228,6 @@ postcss()
228228 })
229229```
230230
231- ### jspm Usage
232-
233- postcss-import can ` @import ` [ jspm] ( http://jspm.io ) dependencies if
234- [ ` pkg-resolve ` ] ( https://www.npmjs.com/package/pkg-resolve ) is installed by the
235- user. Run ` npm install pkg-resolve ` to install it. postcss-import should then be
236- able to import from jspm dependencies without further configuration.
237-
238231## ` dependency ` Message Support
239232
240233` postcss-import ` adds a message to ` result.messages ` for each ` @import ` . Messages are in the following format:
You can’t perform that action at this time.
0 commit comments