Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
See original GitHub issueThe Problem
With Node 16, the new Node LTS, I get a warning everytime I start my server.
: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($size, 2) or calc($size / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
7 │ border-width: $size / 2;
│ ^^^^^^^^^
╵
node_modules/vue-slider-component/lib/styles/_triangle.scss 7:19 triangle()
node_modules/vue-slider-component/lib/styles/_triangle.scss 31:7 arrow()
node_modules/vue-slider-component/lib/theme/default.scss 108:7 @import
src/components/Filters/Partials/FilterPrice.vue 419:9 root stylesheet
The Environment
- OS & Version: Linux 20.0.4
- Vue version: v2.6.12 (using Nuxt v2.15.8)
- Component Version: v3.2.15
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Using / for division outside of calc() is deprecated and will be ...
Using / to make divisions outside of calc function won't be supported anymore. Here is an overview of the reason why form the...
Read more >Using / for division outside of calc() is deprecated and will be ...
WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($spacer, ...
Read more >Using / for division outside of calc() is deprecated and will be ...
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Closed (fixed). Project: Barrio Bootstrap ...
Read more >Using / for division outside of calc() is deprecated and will be ...
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Is there a version that doesnt...
Read more >Fix Using / for division is deprecated removed in DartSass2
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. This issue says the division operator is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed in version 3.2.23.
push, please make a release. Waiting now 3 months for it. 🙏