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 e0bb85e commit 5d50b4aCopy full SHA for 5d50b4a
src/block/columns/style.scss
@@ -35,13 +35,13 @@
35
// Target the stk-column-wrapper to also include blocks with column innerblocks
36
// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
37
:where(.stk-block-columns) {
38
- @for $i from 1 through 20 {
+ @for $i from 1 through 40 {
39
--stk-col-order-#{ $i }: #{ $i };
40
}
41
42
43
// Column order.
44
-@for $i from 1 through 20 {
+@for $i from 1 through 40 {
45
.stk-block-column:nth-child(#{ $i }) {
46
order: var(--stk-col-order-#{ $i }, initial);
47
0 commit comments