diff --git a/src/scss/icons.scss b/src/scss/icons.scss index caccf33..82fed8a 100644 --- a/src/scss/icons.scss +++ b/src/scss/icons.scss @@ -23,7 +23,7 @@ @mixin svg-icon($name) { .si-#{$name}::before { - content: ' '; + content: '\200b'; background-image: url("../img/#{$name}-white.svg"); background-repeat: no-repeat; background-position: center;