We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Any news about that? Is there a workaround for fixing it?
Thanks in advance
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: