mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 17:35:54 +03:00
[PR #856] [CLOSED] Fix dart-sass deprecation in sass #1072
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#1072
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lipis/flag-icons/pull/856
Author: @fntc
Created: 10/18/2021
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
bc1b6f8Fix dart-sass deprecation in sass📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
sass/_flag-icon-base.scss(+3 -1)📄 Description
Division using slash is being deprecated by dart-sass.
A lot of libraries and frameworks are migrating to be compatible with newer dart-sass versions.
This PR changes the sass-code to be compatible with future versions.
https://sass-lang.com/documentation/breaking-changes/slash-div
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.