Skip to content

Commit

Permalink
feat: add column flex modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
RickEyre committed Apr 13, 2020
1 parent 630c5a4 commit 7d26530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/panda-san/src/layout/flex.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.is-flex {
display: flex;

&--column {
flex-direction: column;
}

&--centered {
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 7d26530

Please sign in to comment.