is this a sass bug?
so, i wanted to try to get configurations a lot easier, and skirt around the hideous
i though i would try to
so, i wrote something like this:
style.scss
_config.scss
config/_color.scss
however, this gives me an "undefined variable
and according to the documentation, using
i would assume that it should work, since everything in
the documentation doesnt say otherwise...
is this a bug? or i'm missing something?
---
yes, im aware that removing
map-geti though i would try to
@use modulesso, i wrote something like this:
style.scss
_config.scss
config/_color.scss
however, this gives me an "undefined variable
config.$body-bg;"and according to the documentation, using
as * will load everything without a namespacei would assume that it should work, since everything in
config/color.scss is loaded into config.scssthe documentation doesnt say otherwise...
is this a bug? or i'm missing something?
---
yes, im aware that removing
as * from _config.scss and adding $body-bg: color.$body-bg will work