UNPKG

stylelint-config-rational-order-fix

Version:

Stylelint config that sorts related property declarations by grouping together following the order: Positioning, Box Model, Typography, Visual, Animation, Other.

11 lines (8 loc) 364 B
/* ================================================================== DEPRECATED please check the documentation and use plugin rules ================================================================== */ const config = require('./config/extendedStylelintOrderConfig'); module.exports = config({ 'border-in-box-model': true });