antonj / scss-mode

Emacs mode for SCSS files (http://sass-lang.com)
200 stars 39 forks source link

Can't flymake on underscore files? #30

Open justinabrahms opened 9 years ago

justinabrahms commented 9 years ago

In my project's scss files, most work is done in underscore files (eg _landing.scss). These are included in such a way that variables are defined at compilation (eg $dark-blue) that aren't defined in the file itself. Is there a way to enable flymake support in such a way I can see linting errors but don't require those variables to be defined in the file itself? Defining an entrypoint file or similar, perhaps?