Skip to content

Commit

Permalink
Merge pull request #252 from braingourmets/cleanup/remove-sass-deprec…
Browse files Browse the repository at this point in the history
…ation-warning

[CLEANUP] Remove Sass deprecation warning
  • Loading branch information
ncoden committed Mar 11, 2018
2 parents 4f33648 + a629768 commit 6cfa530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/scss/xy-grid/_gutters.scss
Expand Up @@ -30,7 +30,7 @@

// Loop through each gutter position
@each $value in $gutter-position {
#{$gutter-type}-#{$value}: #{$operator}$gutter;
#{$gutter-type}-#{$value}: unquote("#{$operator}#{$gutter}");
}
}
}
Expand All @@ -39,7 +39,7 @@

// Loop through each gutter position
@each $value in $gutter-position {
#{$gutter-type}-#{$value}: #{$operator}$gutter;
#{$gutter-type}-#{$value}: unquote("#{$operator}#{$gutter}");
}
}
}

0 comments on commit 6cfa530

Please sign in to comment.