Skip to content

Commit

Permalink
fix shorthand property "flex-flow"
Browse files Browse the repository at this point in the history
  • Loading branch information
Fa-So committed Sep 6, 2017
1 parent d0f0fd5 commit 8446935
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scss/stepper.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

.Stepper {
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-flow: column wrap;
}

.Stepper-step-back {
Expand Down

0 comments on commit 8446935

Please sign in to comment.