Skip to content

Commit

Permalink
ci: upgrade stylelint configuration to match breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 3, 2021
1 parent 26436af commit 434e481
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"alpha-value-notation": ["percentage"],
"hue-degree-notation": ["number"],
"color-function-notation": ["modern"],
"length-zero-no-unit": [true, "custom-properties"],
"length-zero-no-unit": [
true,
{
"ignore": ["custom-properties"]
}
],
"font-weight-notation": [
"numeric",
{
Expand Down

0 comments on commit 434e481

Please sign in to comment.