Syntax-highlighting-for-Sass icon indicating copy to clipboard operation
Syntax-highlighting-for-Sass copied to clipboard

Incorrect highlighting for color if property value is multiline

Open hudochenkov opened this issue 11 years ago • 1 comments

span {
    box-shadow: 10px -1px 0 #fff,
                0 -1px 0 #fff,
                0 6px 0 #fff,
                10px 6px 0 #fff,
                10px 0 0 #fff;
}

screen shot 2014-05-26 at 12 57 38

hudochenkov avatar May 26 '14 10:05 hudochenkov

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

P233 avatar May 28 '14 20:05 P233