From: XhmikosR Date: Tue, 9 Jun 2020 14:00:07 +0000 (+0300) Subject: Add spaces after commas X-Git-Tag: v5.0.0-alpha2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400b8a6754023365c9fe4816cd7026bf556af7b2;p=thirdparty%2Fbootstrap.git Add spaces after commas --- diff --git a/scss/_variables.scss b/scss/_variables.scss index dee45b7503..bdf2d62a4a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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