mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Add spaces after commas
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user