From 20593a12ffd86ed8bd1880904f855b0df8e2d597 Mon Sep 17 00:00:00 2001 From: Tommy Williams Date: Thu, 10 Feb 2022 23:57:12 -0500 Subject: [PATCH 1/3] updated glob link old link does work in postcss8, substituted one that does --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f05c70..f6a8dd4b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ table). If this behavior is not what you want, look at `skipDuplicates` option - **If you are looking for glob, or sass like imports (prefixed partials)**, please look at -[postcss-easy-import](https://github.com/trysound/postcss-easy-import) +[postcss-import-ext-glob](https://github.com/dimitrinicolas/postcss-import-ext-glob) (which use this plugin under the hood). - Imports which are not modified (by `options.filter` or because they are remote imports) are moved to the top of the output. From 0d490ff5a08ec40991507ee3ab35689a66c4f26e Mon Sep 17 00:00:00 2001 From: Tommy Williams Date: Fri, 11 Feb 2022 22:13:02 -0500 Subject: [PATCH 2/3] fix bullet context --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f6a8dd4b..27908b3f 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,7 @@ a given scope (root, media query...). Tests are made from the path & the content of imported files (using a hash table). If this behavior is not what you want, look at `skipDuplicates` option -- **If you are looking for glob, or sass like imports (prefixed partials)**, -please look at -[postcss-import-ext-glob](https://github.com/dimitrinicolas/postcss-import-ext-glob) -(which use this plugin under the hood). +- To those migrating from **Sass Partials** and looking for **PostCSS 8 compatibility**, check out [postcss-import-ext-glob](https://github.com/dimitrinicolas/postcss-import-ext-glob) which extends Glob functionality to postcss-import. - Imports which are not modified (by `options.filter` or because they are remote imports) are moved to the top of the output. - **This plugin attempts to follow the CSS `@import` spec**; `@import` From 62c856c3cc08efdea3471cf476fb0079c0a298d8 Mon Sep 17 00:00:00 2001 From: Tommy Williams Date: Tue, 15 Feb 2022 16:20:43 -0500 Subject: [PATCH 3/3] glob --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27908b3f..f0ce11ec 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ a given scope (root, media query...). Tests are made from the path & the content of imported files (using a hash table). If this behavior is not what you want, look at `skipDuplicates` option -- To those migrating from **Sass Partials** and looking for **PostCSS 8 compatibility**, check out [postcss-import-ext-glob](https://github.com/dimitrinicolas/postcss-import-ext-glob) which extends Glob functionality to postcss-import. +- If you are looking for **Glob Imports**, you can use [postcss-import-ext-glob](https://github.com/dimitrinicolas/postcss-import-ext-glob) to extend postcss-import. - Imports which are not modified (by `options.filter` or because they are remote imports) are moved to the top of the output. - **This plugin attempts to follow the CSS `@import` spec**; `@import`