Skip to content

Commit 5d50b4a

Browse files
authored
fix: add more column order css (#3492)
1 parent e0bb85e commit 5d50b4a

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
@@ -35,13 +35,13 @@
3535
// Target the stk-column-wrapper to also include blocks with column innerblocks
3636
// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
3737
:where(.stk-block-columns) {
38-
@for $i from 1 through 20 {
38+
@for $i from 1 through 40 {
3939
--stk-col-order-#{ $i }: #{ $i };
4040
}
4141
}
4242

4343
// Column order.
44-
@for $i from 1 through 20 {
44+
@for $i from 1 through 40 {
4545
.stk-block-column:nth-child(#{ $i }) {
4646
order: var(--stk-col-order-#{ $i }, initial);
4747
}

0 commit comments

Comments
 (0)