I'm trying to run the lms of edx-plateform but i keep getting this error
CompileError: Error: Undefined variable: "$verdana". on line 314 of lms/static/sass/partials/base/_variables.scss
$sans-serif: $verdana !default;
-----------------^
that's what is written inside the _variablesscss file
$sans-serif: 'Open Sans', $verdana, sans-serif !default;
$monospace: Monaco, 'Bitstream Vera Sans Mono', 'Lucida Console',
monospace !default;
$body-font-family: $sans-serif !default;
$serif: $georgia !default;
I'm not sure what to do to solve this problem