Answer the question
In order to leave comments, you need to log in
What does the Gulp error "Function did not return a value" mean when building a sass project?
to create a grid, I use the
sass-mq
library,
but when building, gulp constantly swears at an error:
Error: Function mq-get-breakpoint-width did not return a value
on line 182 of css/sass-mq.scss
$min-width: mq-px2em(mq-get-breakpoint-width($from, $breakpoints))
Answer the question
In order to leave comments, you need to log in
solution - I included the files in the wrong order. and when it came to sass-mq, this file used variables that should have been written before this file.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question