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
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(20em, 16)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷ 12 │ $fa-fw-width: (20em / 16); │ ^^^^^^^^^ ╵ node_modules/font-awesome/scss/_variables.scss 12:25 @import node_modules/font-awesome/scss/solid.scss 5:9 @import src/styles/main.scss 13:9 root stylesheet
The text was updated successfully, but these errors were encountered:
FortAwesome/Font-Awesome#17946
Sorry, something went wrong.
No branches or pull requests
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div(20em, 16)
More info and automated migrator: https://sass-lang.com/d/slash-div
╷
12 │ $fa-fw-width: (20em / 16);
│ ^^^^^^^^^
╵
node_modules/font-awesome/scss/_variables.scss 12:25 @import
node_modules/font-awesome/scss/solid.scss 5:9 @import
src/styles/main.scss 13:9 root stylesheet
The text was updated successfully, but these errors were encountered: