Open
Description
Just found that when running CSSLint to validate a CSS it did not catch instances of ;; in the CSS. These ;; appeared three times in the CSS, but CSSLint did not catch them or log them as an error. This meant I didn't realize my CSS was invalid until I validated it on another program (Komodo Edit).