Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jan 13, 2025
1 parent b9fbc3f commit 04b2ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default {
},
],
'custom-property-no-missing-var-function': true,
// Disable the following rules
'no-descending-specificity': null,
'rule-empty-line-before': ['always', { ignore: ['after-comment', 'first-nested'] }],
'@stylistic/block-opening-brace-space-before': 'always',
// Disable the following rules
'no-descending-specificity': null,
},
}

0 comments on commit 04b2ddd

Please sign in to comment.