How can I check which SASS version is supported by latest node-sass? Mine node-sass is 4.5.2 at the moment.
sass -v
There is no direct mapping between node-sass and Sass versions. Node Sass
maps to LibSass versions. You can see which version of LibSass is used by
running node-sass -v
On 5 Apr. 2017 2:41 pm, "Andrew Soep" notifications@github.com wrote:
sass -v
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/1942#issuecomment-291752439,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWB9LnSnuK43MH4UWFm8bCWropPlSks5rsxt6gaJpZM4Mxlqw
.
Most helpful comment
sass -v