Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

v0.4.4

Choose a tag to compare

@rhysnhall rhysnhall released this 30 Sep 11:18
· 13 commits to master since this release

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-list helper.
  • Using the .is-rounded and .is-thumbnail helpers together now forces the rounded border radius.
  • Avoid .has-text-muted being overriden by adding !important.

Improvements

  • Added .has-centered and .has-end alignment helpers for the ul element.
  • Added .has-no-padding-left and .has-no-padding-right general helper classes.
  • Added pointer cursor to the burger menu.
  • Changed the structure of the .button--close element to support color inheritance.

Variable changes

Variable From To
$button-cross-width 2px 1px
$button-cross-color $white inherit

Deprecations

  • $button-cross-height variable.