TrySound / postcss-easy-import

PostCSS plugin to inline @import rules content with extra features
MIT License
201 stars 25 forks source link

Glob and module lookups #14

Closed simonsmith closed 7 years ago

simonsmith commented 7 years ago

This adds the feature discussed in #7

@toomuchdesign Can you have a quick look at this? I went a slightly different route and instead of reverting all your commits it was quicker to make a fresh branch. Sorry! :)

I added a couple of tests to ensure the plugin function directs the import to the correct resolve function.

@TrySound Can you add me to the npm package please? :)

TrySound commented 7 years ago

Done.

toomuchdesign commented 7 years ago

Looks good to me. 👏