# Bulma Changelog
+## 0.1.1
+
+* Remove `flex: 1` shorthand
+
## 0.1.0
* Fix #227
align-items: flex-start
color: $text-strong
display: flex
- flex: 1
+ flex-grow: 1
font-weight: bold
padding: 10px
.card-footer-item
align-items: center
display: flex
- flex: 1
+ flex-grow: 1
justify-content: center
padding: 10px
&:not(:last-child)
.column
- flex: 1 1 auto
+ flex-basis: 0
+ flex-grow: 1
+ flex-shrink: 1
padding: 10px
.columns.is-mobile > &.is-narrow
flex: none
+tablet
flex-wrap: wrap
& > .column
- flex-basis: 33.3333%
max-width: 33.3333%
padding: 10px
width: 33.3333%
.tile
align-items: stretch
- flex: 1 1 auto
+ flex-basis: 0
+ flex-grow: 1
+ flex-shrink: 1
min-height: min-content
// Modifiers
&.is-ancestor
margin-right: 10px
// Modifiers
&.is-flexible
- flex: 1
+ flex-grow: 1
.level-left
// Responsiveness
&:not(:last-child)
margin-bottom: 0
&:not(.is-narrow)
- flex: 1
+ flex-grow: 1
// Responsiveness
+tablet
display: flex
& > .level-item
&:not(.is-narrow)
- flex: 1
+ flex-grow: 1
margin-left: 10px
.media-content
- flex: 1
+ flex-grow: 1
text-align: left
.media
.modal-card-title
color: $text-strong
- flex: 1
+ flex-grow: 1
font-size: $size-4
line-height: 1
margin-right: 10px
.modal-card-body
- flex: 1
+ flex-grow: 1
overflow: auto
padding: 20px
.nav-left
align-items: stretch
display: flex
- flex: 1
+ flex-basis: 0
+ flex-grow: 1
justify-content: flex-start
overflow: hidden
overflow-x: auto
align-items: stretch
display: flex
justify-content: center
+ margin-left: auto
+ margin-right: auto
.nav-right
// Responsiveness
+tablet
align-items: stretch
display: flex
- flex: 1
+ flex-basis: 0
+ flex-grow: 1
justify-content: flex-end
// Main container
margin-right: 10px
// Modifiers
&.is-flexible
- flex: 1
+ flex-grow: 1
.navbar-left
// Responsiveness
&: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
ul
align-items: center
display: flex
- flex: 1
+ flex-grow: 1
justify-content: center
// Responsiveness
+mobile
&:not(:first-child)
margin-left: 10px
li
- flex: 1
+ flex-grow: 1
ul
margin-top: 10px
+tablet
align-items: center
border-bottom: 1px solid $border
display: flex
- flex: 1
+ flex-grow: 1
justify-content: flex-start
&.is-left
padding-right: 10px
border-bottom-color: transparent !important
&.is-fullwidth
li
- flex: 1
+ flex-grow: 1
&.is-toggle
a
border: 1px solid $border
+mobile
margin-bottom: 5px
+tablet
- flex: 1
+ flex-grow: 1
margin-right: 20px
padding-top: 7px
text-align: right
select
border-radius: 0 $radius $radius 0
&.is-expanded
- flex: 1
+ flex-grow: 1
&.has-addons-centered
justify-content: center
&.has-addons-right
.button,
.input,
.select
- flex: 1
+ flex-grow: 1
&.has-icon
& > .fa
+fa(14px, 24px)
margin-bottom: 0
margin-right: 10px
&.is-expanded
- flex: 1
+ flex-grow: 1
&.is-grouped-centered
justify-content: center
&.is-grouped-right
display: flex
& > .control
display: flex
- flex: 5
+ flex-grow: 5
&.is-loading
&:after
@extend .loader
.header-left
align-items: stretch
display: flex
- flex: 1
+ flex-grow: 1
overflow: hidden
overflow-x: auto
white-space: nowrap
& > .header-item
align-items: stretch
display: flex
- flex: 1
+ flex-grow: 1
justify-content: center
padding: 0
& > a
flex-shrink: 0
.hero-body
- flex: 1
+ flex-grow: 1
padding: 40px 20px
// Responsiveness
+desktop
align-items: center
display: flex
& > .container
- flex: 1
+ flex-grow: 1