This commit is contained in:
liushiwei
2023-09-27 09:00:28 +08:00
parent 0a33fe480f
commit 317a22179e
5 changed files with 47 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
@each $c in (333, 666, 999, red) {
@each $c in (333, 666, 999, f00) {
@each $t, $v in (c:color, bg:background) {
.#{$t}-#{$c} {
#{$v}: #{'#'+$c};