1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-30 11:39:59 +02:00

fix: include paths for SVG files and Fonts are incorrect

This commit is contained in:
mrholek
2020-11-18 23:38:06 +01:00
parent b9bb76bdec
commit dbcd7df83d
6 changed files with 315 additions and 311 deletions

View File

@@ -11,6 +11,6 @@
@each $icon, $unicode in $icons {
$icon-lower: to-lower-case(#{$icon});
.#{$coreui-icons-prefix}#{$icon-lower} {
background-image: url(../svg/flag/#{$coreui-icons-prefix}#{$icon}.svg);
background-image: url(#{$coreui-flag-icons-path}/#{$coreui-icons-prefix}#{$icon}.svg);
}
}