I'm getting this SASS compiler error which I don't understand :
And all I havd done was to change some default color in materialize CSS library.
Here's before :
// $primary-color: color("blue","base") !default;
// $primary-color-light: lighten($primary-color, 15%) !default;
// $primary-color-dark: darken($primary-color, 15%) !default;
// $secondary-color: color("lime","base") !default;
// $success-color: color("green", "base") !default;
// $error-color: color("red", "base") !default;
// $link-color: color("light-blue", "darken-1") !default;
Here's