Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parenthesis not working property #16

Open
egandro opened this issue Apr 6, 2017 · 1 comment
Open

parenthesis not working property #16

egandro opened this issue Apr 6, 2017 · 1 comment

Comments

@egandro
Copy link

egandro commented Apr 6, 2017

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
Copy link

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

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants