Skip to content

Commit 64dcdea

Browse files
Update pattern fifteen
1 parent 7d4de2f commit 64dcdea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

SCSS/_fifteen.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
@grid: 4 / @var(--size) @var(--size);
1717

1818
@nth(1, 8, 14) {
19-
background: conic-gradient(from -45deg, @var(--c1) 0 25%, @var(--c2) 0 50%, @var(--c3) 0 75%, @var(--c2) 0 100%);
19+
background: conic-gradient(from -45deg, @stripe(--c1, --c2, --c3, --c2));
2020
}
2121
@nth(2, 5, 12, 15) {
22-
background: conic-gradient(from -45deg, @var(--c3) 0 25%, @var(--c4) 0 50%, @var(--c1) 0 75%, @var(--c2) 0 100%);
22+
background: conic-gradient(from -45deg, @stripe(--c3, --c4, --c1, --c2));
2323
}
2424
@nth(3, 6, 9, 16) {
25-
background: conic-gradient(from -45deg, @var(--c1) 0 25%, @var(--c2) 0 50%, @var(--c3) 0 75%, @var(--c4) 0 100%);
25+
background: conic-gradient(from -45deg, @stripe(--c1, --c2, --c3, --c4));
2626
}
2727
@nth(4, 10, 13) {
28-
background: conic-gradient(from -45deg, @var(--c3) 0 25%, @var(--c2) 0 50%, @var(--c1) 0 75%, @var(--c2) 0 100%);
28+
background: conic-gradient(from -45deg, @stripe(--c3, --c2, --c1, --c2));
2929
}
3030
@nth(7, 11) {
31-
background: conic-gradient(from -45deg, @var(--c3) 0 25%, @var(--c2) 0 50%, @var(--c3) 0 75%, @var(--c2) 0 100%);
31+
background: conic-gradient(from -45deg, @stripe(--c3, --c2, --c3, --c2));
3232
}
3333
);
3434
);

0 commit comments

Comments
 (0)