Hello!
I'm trying to use Bundle Transformer with SaasAndScss module in VS2015. When I try to use any mixin construction in SCSS code compiler fails with message: "Unhandled exception in native code". However, it compiles successfully another SCSS code without mixins. msvcp120.dll could not be the reason, because VC2013 redistributable is installed and SCSS code without mixins compiles successfully. I also tried to pass this SCSS file to node-sass npm package - it compiles it without any errors. Any workaround?
Best regards, Dmitry
P.S. Here is simple SCSS file contents which produces this error:
@mixin test-mix {
width: 1px;
}
Hello!
I'm trying to use Bundle Transformer with SaasAndScss module in VS2015. When I try to use any mixin construction in SCSS code compiler fails with message: "Unhandled exception in native code". However, it compiles successfully another SCSS code without mixins. msvcp120.dll could not be the reason, because VC2013 redistributable is installed and SCSS code without mixins compiles successfully. I also tried to pass this SCSS file to node-sass npm package - it compiles it without any errors. Any workaround?
Best regards, Dmitry
P.S. Here is simple SCSS file contents which produces this error:
@mixin test-mix {
width: 1px;
}