Tristan
Tristan
Is there any way for the pipeline to keep information during transformation? It's not blocking for minifier because I can disable transformation to see source code, but I tried to...
I'm having the same issue on a WebForms WebSite project. As a workaround you can use an absolute path: ```scss @import "~/Rep/Content/bootstrap/bootstrap"; ```
The issue is still there after upgrading LibSassHost (and native dependency) to 1.3.2 and BundleTransformer.SassAndScss to 1.12.22, only the absolute path starting with `~` works.