We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9742f commit 0cf36ecCopy full SHA for 0cf36ec
README.md
@@ -228,6 +228,13 @@ postcss()
228
})
229
```
230
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
238
---
239
240
## CONTRIBUTING
package.json
@@ -32,9 +32,6 @@
32
"npmpub": "^3.0.1",
33
"postcss-scss": "^0.1.3"
34
},
35
- "optionalDependencies": {
36
- "pkg-resolve": "^0.1.7"
37
- },
38
"jspm": {
39
"name": "postcss-import",
40
"main": "index.js",
0 commit comments