Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of SASS is my WebCompiler extension using?

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?

like image 994
Martin Hansen Lennox Avatar asked Oct 18 '25 17:10

Martin Hansen Lennox


1 Answers

Look like the latest node-sass

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

like image 111
anderssonola Avatar answered Oct 21 '25 23:10

anderssonola