Its giving me ...
syntax error: Undefined mixin
... when i input ...
*{
@include box-sizing(border-box);
}
... in the scss file, and refresh my browser does anyone have a idea of what the problem could be.
I have previously installed ruby and compass through the command prompt i don't know if it could be the problem.
have you declare before your mixin? To use variable you need to use
$before it.try this: