Skip to content

Commit b2def9a

Browse files
committed
Add latest stylelint rule
1 parent 3b86107 commit b2def9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.stylelintrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ rules:
198198
# Specify a blacklist of disallowed functions.
199199
#function-blacklist:
200200

201+
# Disallow an invalid expression within `calc` functions.
202+
function-calc-no-invalid: true
203+
201204
# Disallow an unspaced operator within `calc` functions.
202205
function-calc-no-unspaced-operator: true
203206

0 commit comments

Comments
 (0)