Skip to content

Commit 37a23cc

Browse files
committed
Update README with references to postcss-easy-import
1 parent f1bb53f commit 37a23cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ various [PostCSS](https://github.com/postcss/postcss) plugins.
99

1010
Compiles CSS packages with:
1111

12-
* [postcss-import](https://github.com/postcss/postcss-import)
12+
* [postcss-easy-import](https://github.com/TrySound/postcss-easy-import)
1313
* [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties)
1414
* [postcss-calc](https://github.com/postcss/postcss-calc)
1515
* [postcss-custom-media](https://github.com/postcss/postcss-custom-media)
@@ -258,7 +258,7 @@ If duplicate plugins are used they will be removed, but the new order will be re
258258
```js
259259
// Default order
260260
var defaults = [
261-
'postcss-import',
261+
'postcss-easy-import',
262262
'postcss-custom-properties',
263263
'postcss-calc',
264264
'postcss-custom-media',
@@ -277,7 +277,7 @@ module.exports = {
277277
};
278278

279279
var result = [
280-
'postcss-import',
280+
'postcss-easy-import',
281281
'postcss-custom-properties',
282282
'postcss-custom-media',
283283
'postcss-at2x',

0 commit comments

Comments
 (0)