themesberg / volt-bootstrap-5-dashboard

Free and open source Bootstrap 5 Admin Dashboard Template with vanilla Javascript
https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/
MIT License
2.61k stars 302 forks source link

DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. #73

Open RodrigoDornelles opened 2 years ago

RodrigoDornelles commented 2 years ago
DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($spacer, 4) or calc($spacer / 4)

More info and automated migrator: https://sass-lang.com/d/slash-div

╷
311 │ 1: $spacer / 4,
│ ^^^^^^^^^^^
╵
volt/_variables.scss 311:8 @import
- 24:9 root stylesheet

DEPRECATION WARNING: 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

╷
312 │ 2: $spacer / 2,
│ ^^^^^^^^^^^
╵
volt/_variables.scss 312:8 @import
- 24:9 root stylesheet

Error: (0: 0, 1: 0.25rem, 2: 0.5rem, 3: 1rem, 4: 1.5rem, 5: 3rem, 6: 5rem, 7: 8rem, 8: 10rem, 9: 11rem, 10: 14rem, 11: 16rem, 12: 20rem, "sm": 1rem, "md": 2rem, "lg": 4rem, "xl": 8rem) isn't a valid CSS value.
╷
328 │ $negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;
│ ^^^^^^^^
╵
volt/_variables.scss 328:64 @import
- 24:9 root stylesheet