Add progress bars

This commit is contained in:
Jeremy Thomas
2016-03-26 16:46:15 +00:00
parent 2a5e1149fe
commit fdb9800652
3 changed files with 36 additions and 3 deletions

View File

@@ -1,10 +1,13 @@
# Bulma Changelog
## 0.0.17
### Added
* `.pagination`
* `.control.is-horizontal` for horizontal forms
* `.help` for controls
* **pagination**: `.pagination`
* **horizontal forms**: `.control.is-horizontal`
* **help** text for form controls: `.help`
* **progress bars**: `.progress`
### Updated