CSSLint / csslint

Automated linting of Cascading Stylesheets

Home Page:http://csslint.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single-line comment warning

hightower5 opened this issue · comments

Single-line

Single-line comments look like JavaScript comments, and do not output in the resulting CSS:

// I'm a comment!

Stylus marks comment as error.