Skip to content
New issue

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

Fix sass deprecation warning #254

Open
wjhdev opened this issue Jul 30, 2022 · 0 comments
Open

Fix sass deprecation warning #254

wjhdev opened this issue Jul 30, 2022 · 0 comments
Labels
pri: useful and optional Priority: Useful and Optional

Comments

@wjhdev
Copy link
Member

wjhdev commented Jul 30, 2022

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
@wjhdev wjhdev added the pri: useful and optional Priority: Useful and Optional label Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pri: useful and optional Priority: Useful and Optional
Projects
None yet
Development

No branches or pull requests

1 participant