v6.0.0 (December 18th 2018)
NOTE: This release contains breaking changes!
- Refactored Sassy-Gridlover so it stays up to date with Gridlover.
- Changed some defaults:
Deprecated$sgl-base-font-size: $SGL_DEFAULT_FONT_SIZE.$sgl-base-font-size: 18.Deprecated$sgl-base-line-height: 1.2.$sgl-base-line-height: 1.3.Deprecated$sgl-base-unit: "pxrem".$sgl-base-unit: "em".
- Added new steps to
sgl-body()sgl-heading()andsgl-margins()mixins:Deprecated@mixin sgl-body($unit: $sgl-base-unit).sgl-body()now accepts 2 arguments:$line-height-step: 0$unit: $sgl-base-unit- →
@mixin sgl-body($line-height-step: 0, $unit: $sgl-base-unit).
Deprecated@mixin sgl-heading($step, $unit: $sgl-base-unit, $base-value: $sgl-root-font-size).sgl-heading()now accepts 6 arguments (the first 4 are mandatory):$font-size-step$line-height-step$margin-top-step$margin-bottom-step$unit: $sgl-base-unit$base-value: $sgl-root-font-size- →
@mixin sgl-heading($font-size-step, $line-height-step, $margin-top-step, $margin-bottom-step, $unit: $sgl-base-unit, $base-value: $sgl-root-font-size).
Deprecated@mixin sgl-margins($unit: $sgl-base-unit, $base-value: $sgl-root-font-size).sgl-margins()now accepts 4 arguments (the first 2 are mandatory):$margin-top-step$margin-bottom-step$unit: $sgl-base-unit$base-value: $sgl-root-font-size- →
@mixin sgl-margins($margin-top-step, $margin-bottom-step, $unit: $sgl-base-unit, $base-value: $sgl-root-font-size).
- Added
$sgl-debug-mode-max-widthto center the text when debug mode istrue. - Moved some list styles from
_extras.scsstomain.scss. - Cleaned up the docs.
- Published Sassy-Gridlover as a yarn package.
- Changed some defaults: