Skip to content

Commit

Permalink
chore(styeling): Disable no-descending-specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 8, 2020
1 parent 39eb69a commit 06eef44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"forced-colors"
]
}
]
],
"no-descending-specificity": null
}
}

0 comments on commit 06eef44

Please sign in to comment.