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
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"]
}
}