username@email.com
2023-10-24 61695afa95cbb7d5a703339b7a4951b8ed92c53e
1
2
3
4
5
6
7
8
9
10
{
  "extends": "stylelint-config-standard",
  "plugins": [
    "stylelint-order"
  ],
  "rules": {
    "no-descending-specificity": null,
    "order/properties-alphabetical-order": true
  }
}