1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Escape brackets (#29857)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Martijn Cuppens
2019-12-25 21:43:22 +01:00
committed by GitHub
parent 036a40c3dd
commit 5c37724d49
2 changed files with 8 additions and 1 deletions

View File

@@ -208,6 +208,8 @@ $escaped-characters: (
("<","%3c"),
(">","%3e"),
("#","%23"),
("(","%28"),
(")","%29"),
) !default;
// Options