You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for the swift reply.
I found these PRs as well, but they do not add a proper variable declaration for $flag-icons-included-countries yet, which is why I created this issue.
Proper way to set the
$flag-icons-included-countries
variable with the@use
sass directive instead of the@import
directive is like this:However this fails with following error:
So for now we're stuck using it like this:
which achieves the desired result, but forces us to keep using
@import
.In order to resolve the issue,
$flag-icons-included-countries
should be properly defined as a variable, just like e.g.$flag-icons-use-square
.The text was updated successfully, but these errors were encountered: