Sublime Forum

CSS Comment within css values

#1

Not sure if this a bug or just me but I notice that if I try to comment out a value in a css declaration ST does not show it as a comment. Is this just me or am I needing to change something in order for it to function right.

.compare {
 height: /*25px*/ 15px;
 width: 65px;
 margin: 5px /*20px*/ 10px ;
 background: url(../images/test.gif) no-repeat 0 0;
}

Dark Soda theme, Twilight Colorscheme, ST Build 2178, WIndows XP SP3

0 Likes