Syntax-highlighting-for-Sass
Syntax-highlighting-for-Sass copied to clipboard
Incorrect highlighting for color if property value is multiline
span {
box-shadow: 10px -1px 0 #fff,
0 -1px 0 #fff,
0 6px 0 #fff,
10px 6px 0 #fff,
10px 0 0 #fff;
}

I tried many times, but still can't find a solution. Sorry! I will keep working on this issue and keep you updated.