1
0
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:
mrholek
2019-11-19 15:15:16 +01:00
parent 4b1c32ec02
commit 7a87702b36
15 changed files with 434 additions and 438 deletions

View File

@@ -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);
}
}