【发布时间】:2016-10-10 16:50:30
【问题描述】:
我有这行 SCSS:
height: calc(#{$drawer-padding} + #{$drawer-profile-img} + #{$drawer-profile-content-height} + #{$drawer-profile-bottom-padding});
每次我尝试运行 Gulp 时,都会返回以下错误:
Process finished with exit code -1073741571 (0xC00000FD)
我使用 gulp-sass 得到了这个错误。该错误仅由该行引起,在此之前一切正常。
希望有人能帮我解决这个错误。
更新
当我删除最后一部分 + #{$drawer-profile-bottom-padding} 时,它确实有效。看起来好像#{} 太多了。
【问题讨论】: