Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(layout): explicitly adds webkit prefix for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Aug 3, 2015
1 parent e38a2c8 commit 778af93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@

[layout=column] {
flex-direction: column;
-webkit-flex-direction: column;
}

[layout=row] {
flex-direction: row;
-webkit-flex-direction: row;
}

[layout-padding] > [flex-sm],
Expand Down

0 comments on commit 778af93

Please sign in to comment.