stylelint-config-clean-order
Version:
Order your styles with stylelint-order.
45 lines (43 loc) • 879 B
JavaScript
const appearance = [
'appearance',
'visibility',
'color-scheme',
'forced-color-adjust',
'accent-color',
'perspective',
'perspective-origin',
'backface-visibility',
'opacity',
'object-fit',
'object-position',
'image-orientation',
'background',
'background-color',
'background-image',
'background-repeat',
'background-repeat-x',
'background-repeat-y',
'background-attachment',
'background-position',
'background-position-x',
'background-position-y',
'background-clip',
'background-origin',
'background-size',
'background-blend-mode',
'clip',
'clip-path',
'filter',
'backdrop-filter',
'-webkit-box-decoration-break',
'box-decoration-break',
'outline',
'outline-color',
'outline-style',
'outline-width',
'outline-offset',
'box-shadow',
'mix-blend-mode',
'caret-color'
]
module.exports = { appearance }