Last active
June 17, 2016 08:24
-
-
Save droom/ba4a6904ae0e41505a95a3608a60b33f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.flex | |
width: 100% | |
display: flex | |
&.center-v | |
align-items: center | |
&.center-h | |
justify-content: center | |
text-align: center | |
&.wrap | |
flex-wrap: wrap | |
.unit | |
width: 100% | |
.unit | |
outline: 1px solid blue | |
&.top | |
align-self: flex-start | |
&.bottom | |
align-self: flex-end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment