diff --git a/stylelint.config.js b/stylelint.config.js index c022a6f..3cbcb32 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -52,5 +52,6 @@ module.exports = { 'order/order': selectorOrdering, 'order/properties-order': propertyOrdering, 'declaration-empty-line-before': null, + 'no-descending-specificity': null, // Отключаем из-за конфликта с order/order }, }