flaki/eleventy-plugin-sourcemapped-postcss

Allow globs in generate.from

Opened this issue · 1 comments

flaki commented

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

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