Fix #1235 , add one-fifth column (#1247)

* Update columns.sass

add one-fifth column

* add two-fifths three-fifths and four-fifths

* Update columns.html

update doc / columns

* Update CHANGELOG.md

update changes

* Support for five column grid
This commit is contained in:
Naskalin
2017-10-18 13:49:33 +03:00
committed by Jeremy Thomas
parent 78fc506e51
commit 85d1a0c411
3 changed files with 186 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
* #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class
* #1254 `.dropdown` now supports `.is-up` modifier
* #1235 Support for five column grid: `.is-one-fifth, .is-two-fifths, .is-three-fifths, .is-four-fifths`
### Improvements