Hello everyone, I am trying to use http://daemonite.github.io/material/
If I use the repository to import material.scss
@import "~daemonite-material/assets/scss/material";
I get the error:
@return map-get(map-get($theme-colors, $key), light); ^ Argument
$map of
map-get($map, $key) must be a map in _functions.scss (line 70, column 11)
I have not made changes or modifications, I just try to import material.
All files are available and imported correctly in material.scss
any idea why ??