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

Add calc() to function blacklist

This commit is contained in:
Martijn Cuppens
2019-10-30 08:57:09 +01:00
committed by XhmikosR
parent 9e54d8e120
commit ca9731692e

View File

@@ -10,6 +10,7 @@
"border-bottom-right-radius", "border-bottom-right-radius",
"border-bottom-left-radius", "border-bottom-left-radius",
"transition" "transition"
] ],
"function-blacklist": ["calc"]
} }
} }