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
1 changed files with 2 additions and 1 deletions

View File

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