+3

CSS: comments inside properties break the scope

wes hardee 11 aastat tagasi 0

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 */;
}