Skip to content

Commit 7657298

Browse files
disable new stylelint rule - it is still unstable
1 parent 785f77e commit 7657298

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/demos/.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"declaration-block-no-redundant-longhand-properties": [ true, { "severity": "warning" }],
1818
"media-feature-range-notation": null,
1919
"selector-not-notation": null,
20-
"color-function-alias-notation": null
20+
"color-function-alias-notation": null,
21+
"no-invalid-position-declaration": null
2122
}
2223
}

0 commit comments

Comments
 (0)