import helyett use
ez van abban amit behuzol:
_export-vars.scss
SCSS
@mixin exportVars($vars) {
--kui-red-100: map.get($config, 'red-100', $red-100);
--kui-font-primary: map.get($config, 'font-primary', $font-primary)
}
es igy kell behuzni:
@use 'export-vars' with {
$vars: (
"red-100": #aa0000,
"font-primary": Roboto
)
}