You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when I accidentally use some variable that is not defined (or do any error, missing semicolon for example), then of course i am getting an error in the console:
but that's it. Gulp-sass now hangs out and does not respond to further changes. I have to stop gulp task and run it again. Did I do something wrong with my configuration or the problem lies somewhere else?
The text was updated successfully, but these errors were encountered:
I have installed gulp-sass 2.0.0-alpha.1 and I am having following problem. My sass config:
and when I accidentally use some variable that is not defined (or do any error, missing semicolon for example), then of course i am getting an error in the console:
[11:23:52] [gulp-sass] app\styles\elements\_buttons.scss 54:12 Undefined variable: "$color".
but that's it. Gulp-sass now hangs out and does not respond to further changes. I have to stop gulp task and run it again. Did I do something wrong with my configuration or the problem lies somewhere else?
The text was updated successfully, but these errors were encountered: