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

Commit

Permalink
feat(layout): add layout-wrap attribute to set flex-wrap to wrap
Browse files Browse the repository at this point in the history
Closes #634
  • Loading branch information
Andy Tang authored and ajoslin committed Nov 17, 2014
1 parent 9adec2a commit 4f755ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
padding-top: 0;
}

[layout-wrap] {
flex-wrap: wrap;
}

[layout-fill] {
margin: 0;
min-height: 100%;
Expand Down

0 comments on commit 4f755ea

Please sign in to comment.