We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37deef3 commit 2df5977Copy full SHA for 2df5977
.changeset/good-colts-jam.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fix: autoprefix giving a warning about align-content
src/layout/stack.scss
@@ -35,7 +35,7 @@
35
display: flex;
36
flex-flow: column;
37
align-items: stretch;
38
- align-content: start;
+ align-content: flex-start;
39
gap: var(--Stack-gap-whenRegular);
40
41
@media ($viewport-narrow) {
0 commit comments