Hi all. Do CSS linters exist for SublimeText? If so, can someone recommend one? Ideally I’d like something that:
-
Inform me of unclosed brackets.
-
Inform me of statements missing an ending semi-colon.
-
Tells me if a class/ID name is already in-use (this might not be possible).
-
Is relatively easy to install on a Windows machine.
Thanks in advance.