]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add spaces after commas
authorXhmikosR <xhmikosr@gmail.com>
Tue, 9 Jun 2020 14:00:07 +0000 (17:00 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 15 Sep 2020 08:57:36 +0000 (11:57 +0300)
scss/_variables.scss

index dee45b7503d3236a553ee76ce547f71ea197dd80..bdf2d62a4af762dc09c52648c36f3d33ba9614d5 100644 (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