Update changelog

This commit is contained in:
Jeremy Thomas 2017-11-07 15:55:00 +00:00
parent 5fbaeae0f3
commit 8bdcaa7665
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Bulma Changelog
## 0.6.2
### Improvements
* #1343 Add `sub` and `sup` title sizes
## 0.6.1
### New features

View File

@ -3,8 +3,8 @@ $title-size: $size-3 !default
$title-weight: $weight-semibold !default
$title-strong-color: inherit !default
$title-strong-weight: inherit !default
$title-sub-size: 75% !default
$title-sup-size: 75% !default
$title-sub-size: 0.75em !default
$title-sup-size: 0.75em !default
$subtitle-color: $grey-dark !default
$subtitle-size: $size-5 !default