Skip to content

Commit 2df5977

Browse files
authored
Fix: autoprefix giving a warning about align-content (#2178)
* Fix: autoprefix giving a warning about align-content * Create good-colts-jam.md
1 parent 37deef3 commit 2df5977

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/good-colts-jam.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: autoprefix giving a warning about align-content

src/layout/stack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
display: flex;
3636
flex-flow: column;
3737
align-items: stretch;
38-
align-content: start;
38+
align-content: flex-start;
3939
gap: var(--Stack-gap-whenRegular);
4040

4141
@media ($viewport-narrow) {

0 commit comments

Comments
 (0)