SCSS not working

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 ??

Hi @eugeniu_t,

I am not able to reproduce this issue with the latest Material.

What are the build tools you are using to compile Scss? Have you declared $theme-colors somewhere that may override the default values?

1 Like