Skip to content

Commit 0aba84f

Browse files
committed
add more column order
1 parent d0c6b96 commit 0aba84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/block/columns/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
// Target the stk-column-wrapper to also include blocks with column innerblocks
2929
// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
3030
:where(.stk-block-columns) {
31-
@for $i from 1 through 20 {
31+
@for $i from 1 through 40 {
3232
--stk-col-order-#{ $i }: #{ $i };
3333
}
3434
}
3535

3636
// Column order.
37-
@for $i from 1 through 20 {
37+
@for $i from 1 through 40 {
3838
.stk-block-column:nth-child(#{ $i }) {
3939
order: var(--stk-col-order-#{ $i }, initial);
4040
}

0 commit comments

Comments
 (0)