1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Add spaces after commas

This commit is contained in:
XhmikosR
2020-06-09 17:00:07 +03:00
parent 800952cef0
commit 400b8a6754

View File

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