Update changelog
This commit is contained in:
parent
5fbaeae0f3
commit
8bdcaa7665
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
# Bulma Changelog
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Improvements
|
||||
|
||||
* #1343 Add `sub` and `sup` title sizes
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### New features
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue