Преглед изворни кода

Update columns.sass (#1356)

SASS 3.5+ variable parsing compatibility allows only #{}
jasonhld пре 7 година
родитељ
комит
79b3f39aa3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sass/grid/columns.sass

+ 1 - 1
sass/grid/columns.sass

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