Add spaces after commas

This commit is contained in:
XhmikosR 2020-06-09 17:00:07 +03:00
parent 800952cef0
commit 400b8a6754
1 changed files with 5 additions and 5 deletions

View File

@ -197,11 +197,11 @@ $cyan-900: shade-color($cyan, 8) !default;
// Characters which are escaped by the escape-svg function
$escaped-characters: (
("<","%3c"),
(">","%3e"),
("#","%23"),
("(","%28"),
(")","%29"),
("<", "%3c"),
(">", "%3e"),
("#", "%23"),
("(", "%28"),
(")", "%29"),
) !default;
// Options