Skip to content

Commit ca97316

Browse files
MartijnCuppensXhmikosR
authored andcommitted
Add calc() to function blacklist
1 parent 9e54d8e commit ca97316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.stylelintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"border-bottom-right-radius",
1111
"border-bottom-left-radius",
1212
"transition"
13-
]
13+
],
14+
"function-blacklist": ["calc"]
1415
}
1516
}

0 commit comments

Comments
 (0)