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 32005e3 commit 9bbed3aCopy full SHA for 9bbed3a
src/block/columns/style.scss
@@ -19,9 +19,9 @@
19
// the column order from spilling to nested blocks.
20
// Target the stk-column-wrapper to also include blocks with column innerblocks
21
// but are not columns (no stk-block-columns), like accordion and horizontal scroller.
22
-:where(.stk-column-wrapper) {
+:where(.stk-block-columns) {
23
@for $i from 1 through 20 {
24
- --stk-col-order-#{ $i }: initial;
+ --stk-col-order-#{ $i }: #{ $i };
25
}
26
27
0 commit comments