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

Latest Sass - variables .math instead of / * #34508

Closed
creativeDM opened this issue Jul 15, 2021 · 2 comments
Closed

Latest Sass - variables .math instead of / * #34508

creativeDM opened this issue Jul 15, 2021 · 2 comments

Comments

@creativeDM
Copy link

Hi Team Bootstrap!
I just installed gulp-sass and sass for Bootstrap5 Compilation

Its throwing the error and consuming the time while compilation

$headings-margin-bottom: $spacer / 2 !default;
│ ^^^^^^^^^^^

src\scss\custom\variables\ _variables.scss 416:26 @import
src\scss\theme.scss 6:9 root stylesheet

DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($input-padding-y, 2)

Please update the variables according to latest SASS-Lang support!

Thanks!

@ffoodd ffoodd closed this as completed Jul 15, 2021
@ffoodd
Copy link
Member

ffoodd commented Jul 15, 2021

Please read our issue template before opening an issue. There're already dozens of this, this is fixed in our main branch and a PR is opened for v4.

@tordans
Copy link
Contributor

tordans commented Aug 6, 2021

For anyone how comes here from search: #34571

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

3 participants