From: IllusionPerdu Date: Sun, 15 Jan 2017 14:08:36 +0000 (+0100) Subject: Change with the ncoden sugestion X-Git-Tag: 6.3.1~32^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd27df4cde06b5c8534efd862f96fb08e69c19e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change with the ncoden sugestion --- diff --git a/scss/grid/_classes.scss b/scss/grid/_classes.scss index bc6275969..9a0dd17ac 100644 --- a/scss/grid/_classes.scss +++ b/scss/grid/_classes.scss @@ -167,7 +167,7 @@ @include grid-column-margin; } - @if $column == 'column' and $column-alias { + @if $column == 'column' and has-value($column-alias) { .#{$column-alias} { // sass-lint:disable-block placeholder-in-extend @extend .column; diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index 4bb576e40..6887f6e5e 100644 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -33,7 +33,7 @@ $block-grid-max: 8 !default; // Internal value to store the end column float direction $-zf-end-float: if($grid-column-align-edge, $global-right, $global-left); -// Extend column with this alias if no alias set to false +// Selector used for an alias of column (with @extend). If `false`, no alias is created. $column-alias: 'columns' !default; @import 'row';