prettier-plugin-style-order
Version:
Prettier plugin which sorts related style property declarations
25 lines (24 loc) • 346 B
JavaScript
module.exports = [
'appearance',
'content',
'clip',
'clip-path',
'counter-reset',
'counter-increment',
'resize',
'user-select',
'nav-index',
'nav-up',
'nav-right',
'nav-down',
'nav-left',
'pointer-events',
'quotes',
'touch-action',
'will-change',
'zoom',
'fill',
'fill-rule',
'clip-rule',
'stroke',
];