Skip to content

Commit

Permalink
Fix layout gutter none styles (#1882)
Browse files Browse the repository at this point in the history
* Fix layout gutter none styles

Fixes #1880.

* Create seven-steaks-wait.md

Co-authored-by: Jon Rohan <rohan@github.com>
  • Loading branch information
tqwewe and jonrohan committed Jan 18, 2022
1 parent d42bdbe commit 4a06aba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/seven-steaks-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix layout gutter none styles
2 changes: 1 addition & 1 deletion src/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

&.Layout--gutter-none {
--Layout-gutter: 0;
--Layout-gutter: 0px;
}

&.Layout--gutter-condensed {
Expand Down

0 comments on commit 4a06aba

Please sign in to comment.