mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update columns.sass (#1356)
SASS 3.5+ variable parsing compatibility allows only #{}
This commit is contained in:
parent
c2fae7154b
commit
79b3f39aa3
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user