We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630c5a4 commit 7d26530Copy full SHA for 7d26530
1 file changed
packages/panda-san/src/layout/flex.scss
@@ -1,6 +1,10 @@
1
.is-flex {
2
display: flex;
3
4
+ &--column {
5
+ flex-direction: column;
6
+ }
7
+
8
&--centered {
9
align-items: center;
10
justify-content: center;
0 commit comments