We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9194be0 commit 29b6bdaCopy full SHA for 29b6bda
packages/components/src/styles/components/layout/grid.scss
@@ -27,7 +27,7 @@
27
// Note: The gap style is defined here to avoid setting it repeatedly for the gap size variants defined below.
28
// For the gap size variants, we override the value of the gap custom properties to set the desired sizes.
29
// These variables can be used by the consumers as an escape hatch if they need to set non-standard gap values (but adds a bit of friction to it)
30
- gap:
+ gap:
31
var(--hds-layout-grid-row-gap, 0)
32
var(--hds-layout-grid-column-gap, 0);
33
}
@@ -64,7 +64,6 @@
64
.hds-layout-grid-item {
65
--hds-layout-grid-row-span: 1;
66
--hds-layout-grid-column-span: 1;
67
-
68
grid-row-start: span var(--hds-layout-grid-row-span);
69
grid-column-start: span var(--hds-layout-grid-column-span);
70
0 commit comments