Skip to content

Commit 9bbed3a

Browse files
undo revision
1 parent 32005e3 commit 9bbed3a

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
@@ -19,9 +19,9 @@
1919
// the column order from spilling to nested blocks.
2020
// Target the stk-column-wrapper to also include blocks with column innerblocks
2121
// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
22-
:where(.stk-column-wrapper) {
22+
:where(.stk-block-columns) {
2323
@for $i from 1 through 20 {
24-
--stk-col-order-#{ $i }: initial;
24+
--stk-col-order-#{ $i }: #{ $i };
2525
}
2626
}
2727

0 commit comments

Comments
 (0)