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.

2 lines (1 loc) 76 B
module.exports = ['position', 'top', 'right', 'bottom', 'left', 'z-index'];