1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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-left-radius",
"transition"
]
],
"function-blacklist": ["calc"]
}
}