TrySound / postcss-easy-import

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

~ prefix support #19

Closed SPAHI4 closed 7 years ago

SPAHI4 commented 7 years ago

IDEA (Webstorm) supports prefix ~ by default. So support of this prefix would be nice. image image

TrySound commented 7 years ago

I don't think using tilde is good choice. There's nodejs notation ./, ../ which will work in browsers. Node uses module/path for magic resolving. Webpack will support only module/path notation for styles soon. I guess browsers will let resolve similar. Tilde increases fragmenting.