You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@return map-get(map-get($theme-colors, $key), color);
^
Argument `$map` of `map-get($map, $key)` must be a map
in /home/b4x/checkout/node_modules/daemonite-material/assets/scss/_functions.scss (line 81, column 11)
Just installing the library with yarn and loading it (SCSS) I get the following error:
@import "~daemonite-material/assets/scss/material";
no custom changes just loading i get this error:
@return map-get(map-get($theme-colors, $key), light); ^ Argument
$mapof
map-get($map, $key)must be a map in _functions.scss (line 70, column 11)
Any idea why ??
The text was updated successfully, but these errors were encountered: