1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +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 ea1d09c444
commit 90d4b72e06

View File

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