Skip to content

Commit acf2a28

Browse files
committed
Handle quoted strings within interpolation
1 parent 684d5de commit acf2a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/framework/scss/ctm_base/_vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
--text-clr-base:#{$text-color-regular};
1515
--text-clr-invert:#{$text-color-invert};
1616

17-
--font-family:#{$font-family-base};
17+
--font-family:#{inspect($font-family-base)};
1818
--fs-base:#{$font-size-base};
1919

2020
--leading-base:#{$line-height-base};

0 commit comments

Comments
 (0)