Skip to content

Commit

Permalink
Allow stylelint calc function (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyad Garro committed Feb 1, 2021
1 parent 585c4d8 commit 53201cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/stylelint/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"rules": {
"at-rule-no-unknown": null,
"block-no-empty": true,
"no-descending-specificity": null
"no-descending-specificity": null,
"function-calc-no-invalid": false
},
"plugins": [
"stylelint-order"
Expand Down

0 comments on commit 53201cb

Please sign in to comment.