TrySound / postcss-easy-import

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

Make prefix optional #5

Closed mehcode closed 7 years ago

mehcode commented 8 years ago

With prefix: "_" declared I'd like the import to be able to import either test.scss or _test.scss with a preference to the prefixed one if both are found.

timgrafton commented 7 years ago

This isn't working for me. Still not falling back to non prefixed version of file.

simonsmith commented 7 years ago

Could you provide more detail?

timgrafton commented 7 years ago

It's working now, must have been a problem elsewhere. :)