Небольшие правки в конфиг stylelint для устранения конфликта в правиле порядка свойств
This commit is contained in:
@@ -52,5 +52,6 @@ module.exports = {
|
||||
'order/order': selectorOrdering,
|
||||
'order/properties-order': propertyOrdering,
|
||||
'declaration-empty-line-before': null,
|
||||
'no-descending-specificity': null, // Отключаем из-за конфликта с order/order
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user