We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d50b4a commit c21bfa8Copy full SHA for c21bfa8
1 file changed
src/block/columns/style.scss
@@ -15,12 +15,13 @@
15
margin-right: auto;
16
}
17
18
+// DEV NOTE: Let's not add this theme.json inheritance since it destroys the normal behavior of our blocks.
19
// These are styles added from the block style inheritance.
-:where(.stk-has-block-style-inheritance) {
20
- .stk-block-columns > .stk-block-content {
21
- --stk-column-gap: var(--stk-columns-column-gap, 0px); // For nested columns, this takes precedence.
22
- }
23
-}
+// :where(.stk-has-block-style-inheritance) {
+// .stk-block-columns > .stk-block-content {
+// --stk-column-gap: var(--stk-columns-column-gap, 0px); // For nested columns, this takes precedence.
+// }
24
25
26
// These are styles added from the global spacing and borders.
27
:where(.stk-has-design-system-spacing-and-borders) {
0 commit comments