postcss-import-ext-glob icon indicating copy to clipboard operation
postcss-import-ext-glob copied to clipboard

A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path, e.g. @import-glob "**/*.css";

Results 1 postcss-import-ext-glob issues
Sort by recently updated
recently updated
newest added

After using your plugin I spotted that the "@import-glob" node is left in the rendered output. I've created a repo where you can see the result I'm getting here: https://github.com/davidwarrington/postcss-import-ext-glob-test....