IngwiePhoenix / sassport-loader

Use SassPort to render your Sass in WebPack!
MIT License
8 stars 2 forks source link

Update sassport-loader to reflect sass-loader@latest and fix module importing #4

Open ArcanoxDragon opened 6 years ago

ArcanoxDragon commented 6 years ago

I was encountering issues with @importing sassport modules by name (which is supported, but the sassport-loader importer was not resolving them correctly), and realized when I went to write a PR to fix it that sassport-loader was way far behind sass-loader. I merged upstream into sassport-loader and ensured all unit tests still passed, and also fixed the ability to import sassport modules by name.