flaki / eleventy-plugin-sourcemapped-postcss

Does what it says on the tin: 11ty plugin for no-fuss compilation of
0 stars 0 forks source link

Allow globs in generate.from #1

Open flaki opened 4 years ago

flaki commented 4 years ago

Allow glob-matching in generate.from paths in the postcss-config. Listing every single individual file can be a pain in the butt and error-prone, this would fix that while still keeping the flexibility of explicitly defined source order where needed.

flaki commented 3 years ago

The new extracted core already supports globbing, so switching that to the embedded generator should also fix this issue.