ryanbahniuk / scss-to-json

A package to require SCSS variables in JSON format
MIT License
51 stars 42 forks source link

parenthesis not working property #16

Open egandro opened 7 years ago

egandro commented 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

fatshotty commented 7 years ago

Any news about that? Is there a workaround for fixing it?

Thanks in advance