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
Is there are plan to address dart sass warnings as shown below?
Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($spacer, 2) or calc($spacer / 2) More info and automated migrator: https://sass-lang.com/d/slash-div node_modules/bootstrap-4-grid/scss/grid/_variables.scss 306:31 @import node_modules/bootstrap-4-grid/scss/grid/bootstrap-grid.scss 20:9 @import node_modules/bootstrap-4-grid/scss/grid.scss 54:9 @import src/styles/index.scss 25:9 root stylesheet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there are plan to address dart sass warnings as shown below?
Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacer, 2) or calc($spacer / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
node_modules/bootstrap-4-grid/scss/grid/_variables.scss 306:31 @import
node_modules/bootstrap-4-grid/scss/grid/bootstrap-grid.scss 20:9 @import
node_modules/bootstrap-4-grid/scss/grid.scss 54:9 @import
src/styles/index.scss 25:9 root stylesheet
The text was updated successfully, but these errors were encountered: