This is what the Sass code looks like: :root { ... @each $color, $value in $theme-colors { --#{$color}: #{$value}; ...
確定! 回上一頁