badgerherald / badgerherald.com

The Badger Herald's college media platform for WordPress.
http://badgerherald.com
Other
5 stars 1 forks source link

Fix sass deprecation warning #254

Open wjhdev opened 1 year ago

wjhdev commented 1 year ago
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($pixels, $base)

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

  ╷
5 │   @return percentage(($pixels / $base));
  │                       ^^^^^^^^^^^^^^^
  ╵
    src/global/sass/foundations/_grid.scss 5:23  flex()
    stdin 7:18                                   root stylesheet