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 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!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
For anyone how comes here from search: #34571
No branches or pull requests
Hi Team Bootstrap!
I just installed gulp-sass and sass for Bootstrap5 Compilation
Its throwing the error and consuming the time while compilation
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!
The text was updated successfully, but these errors were encountered: