2.6.2
What's Changed
- fix: avoid call stack overflow if the current file links to itself
- fix: code completion in string interpolations with preceding non-space characters (
--negative-font-size: -#{ns.$font-size-1}
) - fix: code completion in
@return
statements with expressions (@return $var * math.$pi
) - fix: code completion on the right side of a multiplication
- fix: include any parameter SassDoc in function/mixin signature helper popup
Full Changelog: 2.6.1...2.6.2