Skip to content

Commit

Permalink
Fix: autoprefix giving a warning about align-content (#2178)
Browse files Browse the repository at this point in the history
* Fix: autoprefix giving a warning about align-content

* Create good-colts-jam.md
  • Loading branch information
jonrohan authored Jul 29, 2022
1 parent 37deef3 commit 2df5977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/good-colts-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix: autoprefix giving a warning about align-content
2 changes: 1 addition & 1 deletion src/layout/stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
display: flex;
flex-flow: column;
align-items: stretch;
align-content: start;
align-content: flex-start;
gap: var(--Stack-gap-whenRegular);

@media ($viewport-narrow) {
Expand Down

0 comments on commit 2df5977

Please sign in to comment.