If a css style has a line line comment inside of it the style will not be parsed
correctly.
.myButton{
/*
* This is the comment.
*/
background: #AADDEE url() top left;
}
The result is the style is show in the sprit editor will no properties.