Skip to content

Commit

Permalink
Relax stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed May 27, 2023
1 parent 7de3bcd commit 10c26bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": [
"stylelint-config-recommended",
"stylelint-config-recommended-scss"
]
],
"rules": {
"no-descending-specificity": null
}
}

0 comments on commit 10c26bc

Please sign in to comment.