We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b11571 + 81476cd commit a01b188Copy full SHA for a01b188
linter.py
@@ -17,7 +17,7 @@ class CSSLint(Linter):
17
18
"""Provides an interface to the csslint executable."""
19
20
- syntax = ('css', 'html')
+ syntax = ('css', 'css3', 'html')
21
cmd = 'csslint --format=compact'
22
version_args = '--version'
23
version_re = r'v(?P<version>\d+\.\d+\.\d+)'
0 commit comments