aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-09 17:00:07 +0300
committerXhmikosR <[email protected]>2020-09-15 11:57:36 +0300
commit400b8a6754023365c9fe4816cd7026bf556af7b2 (patch)
tree480f64a11d62d265eca97c994f39c8cc96e90da4
parent800952cef02af97daa43947ac74601384e9ba63e (diff)
downloadbootstrap-400b8a6754023365c9fe4816cd7026bf556af7b2.tar.xz
bootstrap-400b8a6754023365c9fe4816cd7026bf556af7b2.zip
Add spaces after commas
-rw-r--r--scss/_variables.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index dee45b750..bdf2d62a4 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