diff --git a/sass/mixins.scss b/sass/mixins.scss index 49fe803..944583e 100644 --- a/sass/mixins.scss +++ b/sass/mixins.scss @@ -112,7 +112,7 @@ } @else if $type == double { background-image: url("data:image/svg+xml;utf8,"), url("data:image/svg+xml;utf8,"); - background-position: $offset 100%, $offset 0%; + background-position: $offset 100%, $offset 0; } background-repeat: no-repeat; }