Use inline flex for buttons, Fix progress bars, Remove display helpers

This commit is contained in:
Jeremy Thomas
2016-03-26 17:12:13 +00:00
parent fdb9800652
commit 9228455b09
5 changed files with 16 additions and 25 deletions

View File

@@ -11,6 +11,11 @@
### Updated
* `.button` uses `display: inline-flex` now
* `.button` needs an `.icon` now
* `.control.is-grouped` renamed to `.control.has-addons`
* `.control.is-inline` renamed to `.control.is-grouped`
### Removed
* **helpers** `.is-inline` and `.is-block`