mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 09:25:50 +03:00
[GH-ISSUE #891] Incompatibility with node-sass #421
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#421
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?
Originally created by @Donov4n on GitHub (Nov 24, 2021).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/891
Hello everyone :)
The change introduced in https://github.com/lipis/flag-icons/pull/838 prevent all users using
node-sasson legacy projects to update to the latest version offlag-icon-css.Maybe a solution like the bootstrap one (or a
1.33multiplication instead of the4 / 3division if the tiny loss of precision is acceptable) would have been a better move for everyone ?See also:
@lipis commented on GitHub (Nov 24, 2021):
Do you mine changing it to 1.33333?
@Donov4n commented on GitHub (Nov 25, 2021):
Thank you @lipis !