mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update columns.sass (#1356)
SASS 3.5+ variable parsing compatibility allows only #{}
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user