austinhappel/sublime-csslint

Remove error on .scss variable read

Closed this issue · 1 comments

Hi,

Wondering if it was possible to remove "Error - Unexpected token '$'" when analysing a .scss file containing variables ?

Thanks again, great plugin !

Unfortunately CSSLint doesn't support CSS extension languages like sass or less. Your only workaround for the time being is to run CSSLint on your compiled CSS. I currently have no plans to support css extension languages, but I hope to write up a short tutorial on how to set up a project using grunt that will ease the process of compiling sass, allowing you to lint the compiled CSS using this plugin.