File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ various [PostCSS](https://github.com/postcss/postcss) plugins.
99
1010Compiles 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
260260var 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
279279var result = [
280- ' postcss-import' ,
280+ ' postcss-easy- import' ,
281281 ' postcss-custom-properties' ,
282282 ' postcss-custom-media' ,
283283 ' postcss-at2x' ,
You can’t perform that action at this time.
0 commit comments