1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +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 XhmikosR
parent 0d08c74d2f
commit 35d5cbf4fd
2 changed files with 8 additions and 1 deletions

View File

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