ruby on rails 3 - Undefined Variable Errors in Syntastic SASS Checker -
i use syntastic catch syntax errors early. it's set check scss errors scss files reference variables defined in "_variables.css.scss partial.
i'm assuming variables file isn't required context, works fine in app because of rails asset pipeline.
i'm not sure when/where/how resolve syntastic errors. if import "_varibles.css.scss" within scss file, errors resolved. there better way files w/ similar errors? guidance? thanks.
partials not require .css extension instead can rename _varibles.scss
partials should imported main scss file.
Comments
Post a Comment