Remove flex shorthand

This commit is contained in:
jgthms
2016-07-31 11:45:56 +01:00
parent fd25b51c59
commit d7379e8b22
13 changed files with 40 additions and 29 deletions

View File

@@ -14,7 +14,7 @@
margin-right: 10px
// Modifiers
&.is-flexible
flex: 1
flex-grow: 1
.navbar-left
// Responsiveness
@@ -48,10 +48,10 @@
&:not(:last-child)
margin-bottom: 0
&:not(.is-narrow)
flex: 1
flex-grow: 1
// Responsiveness
+tablet
display: flex
& > .navbar-item
&:not(.is-narrow)
flex: 1
flex-grow: 1