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

add flex-wrap attribute for easy access to flex-wrap #634

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ themes/_default-theme.scss
/vendor

.polymer-qp
*.iml
atlassian-ide-plugin.xml
_default-theme.scss
3 changes: 3 additions & 0 deletions src/core/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
width: 100%;
}

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

// Arrange on the Main Axis
// center, start, end, space-between, space-around
Expand Down