We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
order/order
1 parent 718ddf8 commit eba2006Copy full SHA for eba2006
.stylelintrc.js
@@ -80,9 +80,12 @@ module.exports = {
80
],
81
// Allow use of 'right', 'left' and 'text-transform'
82
'property-disallowed-list': null,
83
+ // Refined ordering to align with media mixin usage - see https://github.com/wagtail/stylelint-config-wagtail/issues/37
84
'order/order': [
85
'dollar-variables',
86
'custom-properties',
87
+ // Disabled until we migrate existing code.
88
+ // { type: 'at-rule', hasBlock: true }, // @-rules that have no nesting.
89
'declarations',
90
91
},
0 commit comments