Which version of SASS is my WebCompiler extension using?

江枫思渺然 提交于 2020-02-25 08:30:36

问题


I'm using the WebCompiler extension for VS and I'm trying to find out what version of SASS it's using. I can't for the life of me figure it out.

I've tried looking in the extension information (in VS), on the github repo, and in the changelog.

Now I'm wondering if it uses on internal version of SASS of if it references it from somewhere else.

Please can somebody point me in the right direction?


回答1:


Look like the latest node-sass

https://github.com/madskristensen/WebCompiler/blob/586295ba3c3107b7613dcb5a02667aad817045d4/build/build.cmd#L18



来源:https://stackoverflow.com/questions/57232213/which-version-of-sass-is-my-webcompiler-extension-using

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!