mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-30 03:30:07 +02:00
fix: add missing prefixes in flags
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
@each $icon, $unicode in $icons {
|
||||
$icon-lower: to-lower-case(#{$icon});
|
||||
.#{$prefix}#{$icon-lower} {
|
||||
background-image: url(../svg/flag/#{$icon}.svg);
|
||||
background-image: url(../svg/flag/#{$prefix}#{$icon}.svg);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user