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.
1 parent 508c58d commit b69b53cCopy full SHA for b69b53c
linter.py
@@ -28,7 +28,7 @@ class CSSLint(Linter):
28
(?:line\ (?P<line>\d+),\ col\ (?P<col>\d+),\ )?
29
(?:(?P<error>error)|(?P<warning>warning))\ -\ (?P<message>.*)$
30
'''
31
- word_re = r'^(#?[-\w]+)'
+ word_re = r'^([#\.]?[-\w]+)'
32
tempfile_suffix = 'css'
33
selectors = {
34
'html': 'source.css.embedded.html'
0 commit comments