Releases: hiulit/Sassy-Gridlover
Releases · hiulit/Sassy-Gridlover
v6.0.5 (April 1st 2019)
v6.0.4 (March 26th 2018)
Added
main
attribute topackage.json
so it's easier to import Sassy Gridlover when using bundlers #21
v6.0.3 (March 6th 2018)
Fixed
- Warning error in
!global
variables when using Dart Sass.
v6.0.2 (December 18th 2018)
Fixed
bower.json
minor issue.
v6.0.1 (December 18th 2018)
Fixes
- Failed to publish v6.0.0 correctly to npm and yarn.
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-width
to center the text when debug mode istrue
. - Moved some list styles from
_extras.scss
tomain.scss
. - Cleaned up the docs.
- Published Sassy-Gridlover as a yarn package.
- Changed some defaults:
(November 28th 2017)
- Merged #16 (Fixes
sgl-extras
variable). - Added
.editorconfig
.
v5.2.2 (October 18th 2017)
- Added Code of conduct.
- Added Issue template.
- Added Pull request template.
v5.2.1 (July 27th 2017)
- Fixed MIT License for
npm
andbower
packages.
v5.2.0 (April 18th 2017)
- Added optional extra reset styles to make sure everything is aligned.
- Changed license to MIT License