less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Comments before semi-colon throw exceptions

Open omarqureshi opened this issue 15 years ago • 0 comments

#asset-help {
 background: #edf0f5 /*url(/images/education/css/share_bg.jpg)*/;
 padding: 0 6px 6px;
 margin-bottom: 24px;
}

for example - the background line throws an error, as a temporary solution have moved the comment after the semi-colon, however it is valid.

omarqureshi avatar Jan 21 '10 17:01 omarqureshi