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