stylelint-config-clean-order
Version:
Order your styles with stylelint-order.
33 lines (32 loc) • 816 B
JavaScript
export const transition = [
'transition',
'transition-delay',
'transition-timing-function',
'transition-duration',
'transition-property',
'transition-behavior',
'animation',
'animation-name',
'animation-duration',
'animation-play-state',
'animation-timing-function',
'animation-fill-mode',
'animation-delay',
'animation-iteration-count',
'animation-direction',
'animation-timeline',
'animation-range',
'animation-range-start',
'animation-range-end',
'animation-composition',
'timeline-scope',
'scroll-timeline',
'scroll-timeline-name',
'scroll-timeline-axis',
'view-transition-class',
'view-timeline',
'view-timeline-name',
'view-timeline-axis',
'view-timeline-inset',
'view-transition-name',
];