Skip to content

Commit 29b6bda

Browse files
Apply suggestions from code review
1 parent 9194be0 commit 29b6bda

File tree

1 file changed

+1
-2
lines changed
  • packages/components/src/styles/components/layout

1 file changed

+1
-2
lines changed

packages/components/src/styles/components/layout/grid.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Note: The gap style is defined here to avoid setting it repeatedly for the gap size variants defined below.
2828
// For the gap size variants, we override the value of the gap custom properties to set the desired sizes.
2929
// 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:
30+
gap:
3131
var(--hds-layout-grid-row-gap, 0)
3232
var(--hds-layout-grid-column-gap, 0);
3333
}
@@ -64,7 +64,6 @@
6464
.hds-layout-grid-item {
6565
--hds-layout-grid-row-span: 1;
6666
--hds-layout-grid-column-span: 1;
67-
6867
grid-row-start: span var(--hds-layout-grid-row-span);
6968
grid-column-start: span var(--hds-layout-grid-column-span);
7069
}

0 commit comments

Comments
 (0)