scss-mode icon indicating copy to clipboard operation
scss-mode copied to clipboard

Can't flymake on underscore files?

Open justinabrahms opened this issue 10 years ago • 0 comments

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?

justinabrahms avatar Feb 23 '15 23:02 justinabrahms