This repository was archived by the owner on May 30, 2023. It is now read-only.
v0.4.4
0.4.4
Bug fixes
- Corrected bottom margin when using multiple subtitles after a title element.
- Dropdown element arrow now calculating EMs based on font base size.
- Removed the margin on ul elements using the
.is-inline-listhelper. - Using the
.is-roundedand.is-thumbnailhelpers together now forces the rounded border radius. - Avoid
.has-text-mutedbeing overriden by adding!important.
Improvements
- Added
.has-centeredand.has-endalignment helpers for the ul element. - Added
.has-no-padding-leftand.has-no-padding-rightgeneral helper classes. - Added pointer cursor to the burger menu.
- Changed the structure of the
.button--closeelement to support color inheritance.
Variable changes
| Variable | From | To |
|---|---|---|
$button-cross-width
|
2px
|
1px
|
$button-cross-color
|
$white
|
inherit
|
Deprecations
$button-cross-heightvariable.