[GH-ISSUE #1281] Deprecation Using / for division outside of calc() is deprecated #590

Closed
opened 2026-03-03 14:39:34 +03:00 by kerem · 0 comments
Owner

Originally created by @loursbourg on GitHub (Jul 24, 2024).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/1281

This error comes up a lot:

<w> Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
<w> 
<w> Recommendation: math.div(4, 3) or calc(4 / 3)
<w> 
<w> More info and automated migrator: https://sass-lang.com/d/slash-div
<w> 
<w> node_modules/flag-icon-css/sass/_flag-icon-base.scss 11:11  @import
<w> node_modules/flag-icon-css/sass/flag-icon.scss 2:9          @import

Originally created by @loursbourg on GitHub (Jul 24, 2024). Original GitHub issue: https://github.com/lipis/flag-icons/issues/1281 This error comes up a lot: ``` <w> Deprecation Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. <w> <w> Recommendation: math.div(4, 3) or calc(4 / 3) <w> <w> More info and automated migrator: https://sass-lang.com/d/slash-div <w> <w> node_modules/flag-icon-css/sass/_flag-icon-base.scss 11:11 @import <w> node_modules/flag-icon-css/sass/flag-icon.scss 2:9 @import ```
kerem closed this issue 2026-03-03 14:39:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#590
No description provided.