From b816c098020181bdbf342954a69e4a07307f7783 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Wed, 15 May 2019 09:41:48 -0700 Subject: [PATCH] commento-options.scss: optimise remove SVG slightly --- frontend/sass/commento-options.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sass/commento-options.scss b/frontend/sass/commento-options.scss index aaeaba7..2c580cb 100644 --- a/frontend/sass/commento-options.scss +++ b/frontend/sass/commento-options.scss @@ -70,7 +70,7 @@ .commento-option-remove { height: 14px; width: 14px; - @include mask-image('data:image/svg+xml;utf8, '); + @include mask-image('data:image/svg+xml;utf8,'); margin: 12px 6px 12px 6px; background: $red-8; }