+3
CSS: comments inside properties break the scope
Comments that are inside a css property aren't being recognized as having the right scope. Putting comments there is a little rare, but since it's perfectly valid CSS, it should probably be supported.
navigation { background-color: #333 /* darkgrey */; }
Customer support service by UserEcho