diff --git a/projects/stylelint-config/off.js b/projects/stylelint-config/off.js index cda93da7..214e11cb 100644 --- a/projects/stylelint-config/off.js +++ b/projects/stylelint-config/off.js @@ -81,5 +81,6 @@ module.exports = { 'declaration-block-no-redundant-longhand-properties': null, 'no-descending-specificity': null, 'selector-max-specificity': null, + 'order/order': null, }, };