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.

4 lines (2 loc) 93 B
const config = require('./config/extendedStylelintOrderConfig'); module.exports = config();