Update columns.sass (#1356)

SASS 3.5+ variable parsing compatibility allows only #{}
This commit is contained in:
jasonhld 2017-11-06 05:30:31 -07:00 committed by Jeremy Thomas
parent c2fae7154b
commit 79b3f39aa3

View File

@ -473,4 +473,4 @@ $column-gap: 0.75rem !default
padding-right: var(--columnGap)
@for $i from 0 through 8
&.is-#{$i}
--columnGap: $i * 0.25rem
--columnGap: #{$i * 0.25rem}