Skip to content

Commit 291e76c

Browse files
authored
Merge branch 'main' into actionlist-doc-cleanup
2 parents c1698d8 + 8180e03 commit 291e76c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/seven-steaks-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix layout gutter none styles

src/layout/layout.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
}
4848

4949
&.Layout--gutter-none {
50-
--Layout-gutter: 0;
50+
// stylelint-disable-next-line length-zero-no-unit
51+
--Layout-gutter: 0px;
5152
}
5253

5354
&.Layout--gutter-condensed {

0 commit comments

Comments
 (0)