aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: 13754e4d9b8fab88c0e32179c09d306eb7c4329c (plain) (blame)
1
2
3
4
5
6
{
  "extends": "stylelint-config-standard",
  "rules": {
    "no-descending-specificity": null
  }
}