From 1d8a54dc05769315529363dc3bedc97f8f00c87a Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Sat, 14 Apr 2018 11:06:57 -0400 Subject: [PATCH] Cleanup CHANGELOG.md --- CHANGELOG.md | 560 ++++++++++++++++++++++++--------------------------- 1 file changed, 259 insertions(+), 301 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4bdf1dc..3108b9521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ### Improvements -* #1619 Add $card-header-background-color, $card-content-background-color and $card-footer-background-color to allow different background customization for card elements +* #1619 Add `$card-header-background-color`, `$card-content-background-color` and `$card-footer-background-color` to allow different background customization for card elements * #1669 Add `.is-expanded` modifier to `.buttons.has-addons` * #1628 Add `.has-background` helpers for block background colors, like `.has-text` * #1767 Added minified bundle with cleancss @@ -41,43 +41,39 @@ From To - - - - $gap - - - 32px - - - 64px - - - - - - $radius - - - 3px - - - 4px - - - - - - $radius-large - - - 5px - - - 6px - - - + + + $gap + + + 32px + + + 64px + + + + + $radius + + + 3px + + + 4px + + + + + $radius-large + + + 5px + + + 6px + + @@ -94,31 +90,28 @@ From To - - - - $hr-background-color - - - $border - - - $background - - - - - - $hr-height - - - 1px - - - 2px - - - + + + $hr-background-color + + + $border + + + $background + + + + + $hr-height + + + 1px + + + 2px + + @@ -135,19 +128,17 @@ From To - - - - $content-heading-weight - - - $weight-normal - - - $weight-semibold - - - + + + $content-heading-weight + + + $weight-normal + + + $weight-semibold + + @@ -164,31 +155,28 @@ From To - - - - $message-header-padding - - - 0.5em 0.75em - - - 0.75em 1em - - - - - - $message-body-padding - - - 1em 1.25em - - - 1.25em 1.5em - - - + + + $message-header-padding + + + 0.5em 0.75em + + + 0.75em 1em + + + + + $message-body-padding + + + 1em 1.25em + + + 1.25em 1.5em + + @@ -205,43 +193,39 @@ From To - - - - $navbar-item-hover-background-color - - - $background - - - $white-bis - - - - - - $navbar-dropdown-border-top - - - 1px solid $border - - - 2px solid $border - - - - - - $navbar-divider-background-color - - - $border - - - $background - - - + + + $navbar-item-hover-background-color + + + $background + + + $white-bis + + + + + $navbar-dropdown-border-top + + + 1px solid $border + + + 2px solid $border + + + + + $navbar-divider-background-color + + + $border + + + $background + + @@ -258,19 +242,17 @@ From To - - - - $footer-background-color - - - $background - - - $white-bis - - - + + + $footer-background-color + + + $background + + + $white-bis + + @@ -288,25 +270,22 @@ Name Value - - - - $breadcrumb-item-padding-vertical - - - 0 - - - - - - $breadcrumb-item-padding-horizontal - - - 0.75em - - - + + + $breadcrumb-item-padding-vertical + + + 0 + + + + + $breadcrumb-item-padding-horizontal + + + 0.75em + + @@ -322,43 +301,38 @@ Name Value - - - - $message-body-border-color - - - $border - - - - - - $message-body-border-width - - - 0 0 0 4px - - - - - - $message-header-weight - - - $weight-bold - - - - - - $message-header-body-border-width - - - 0 - - - + + + $message-body-border-color + + + $border + + + + + $message-body-border-width + + + 0 0 0 4px + + + + + $message-header-weight + + + $weight-bold + + + + + $message-header-body-border-width + + + 0 + + @@ -374,52 +348,46 @@ Name Value - - - - $navbar-box-shadow-size - - - 0 2px 0 0 - - - - - - $navbar-box-shadow-color - - - $background - - - - - - $navbar-padding-vertical - - - 1rem - - - - - - $navbar-padding-horizontal - - - 2rem - - - - - - $navbar-z - - - 30 - - - + + + $navbar-box-shadow-size + + + 0 2px 0 0 + + + + + $navbar-box-shadow-color + + + $background + + + + + $navbar-padding-vertical + + + 1rem + + + + + $navbar-padding-horizontal + + + 2rem + + + + + $navbar-z + + + 30 + + @@ -435,65 +403,55 @@ Name Value - - - - $title-line-height - - - 1.125 - - - - - - $subtitle-line-height - - - 1.25 - - - - - - $subtitle-negative-margin - - - -1.25rem - - - + + + $title-line-height + + + 1.125 + + + + + $subtitle-line-height + + + 1.25 + + + + + $subtitle-negative-margin + + + -1.25rem + + #### Removed variables - + - - - - - - - - - + + + + +
File Removed Replaced with
- sass/components/message.sass - - $message-body-border - - - $message-body-border-color - - $message-body-border-width - -
+ sass/components/message.sass + + $message-body-border + + $message-body-border-color +
+ $message-body-border-width +
-- 2.47.3