Skip to content

Commit

Permalink
Update CSS Rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 5, 2023
1 parent 770e4d0 commit 69ff45c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/linters/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
"value-list-comma-space-after": "always",
"color-function-notation": "legacy",
"number-max-precision": 5,
"value-no-vendor-prefix": [
true,
{
"severity": "warning"
}
],
"value-keyword-case": [
"lower",
{
Expand All @@ -71,12 +65,8 @@
}
],
"property-no-vendor-prefix": null,
"at-rule-no-vendor-prefix": [
true,
{
"severity": "warning"
}
],
"at-rule-no-vendor-prefix": null,
"value-no-vendor-prefix": null,
"declaration-no-important": [
true,
{
Expand Down

0 comments on commit 69ff45c

Please sign in to comment.