Open egandro opened 7 years ago
Hi,
I tried this on a Bootstrap 4 theme:
$spacer: 1rem !default; $spacer-x: $spacer !default; $spacer-y: $spacer !default;
$spacers: ( q: ( x: ($spacer-x 0.25), y: ($spacer-y 0.25) ), h: ( x: ($spacer-x 0.5), y: ($spacer-y 0.5) ) );
node-sass complaines -> Error: unclosed parenthesis in the $spacers section
Any news about that? Is there a workaround for fixing it?
Thanks in advance
Hi,
I tried this on a Bootstrap 4 theme:
$spacer: 1rem !default; $spacer-x: $spacer !default; $spacer-y: $spacer !default;
$spacers: ( q: ( x: ($spacer-x 0.25), y: ($spacer-y 0.25) ), h: ( x: ($spacer-x 0.5), y: ($spacer-y 0.5) ) );
node-sass complaines -> Error: unclosed parenthesis in the $spacers section