We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c6b96 commit 0aba84fCopy full SHA for 0aba84f
src/block/columns/style.scss
@@ -28,13 +28,13 @@
28
// Target the stk-column-wrapper to also include blocks with column innerblocks
29
// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
30
:where(.stk-block-columns) {
31
- @for $i from 1 through 20 {
+ @for $i from 1 through 40 {
32
--stk-col-order-#{ $i }: #{ $i };
33
}
34
35
36
// Column order.
37
-@for $i from 1 through 20 {
+@for $i from 1 through 40 {
38
.stk-block-column:nth-child(#{ $i }) {
39
order: var(--stk-col-order-#{ $i }, initial);
40
0 commit comments