export const properties = [
  'position',
  'position-anchor',
  'position-area',
  'position-try',
  'position-try-order',
  'position-try-fallbacks',
  'anchor-name',
  'top',
  'right',
  'bottom',
  'left',
  'inset',
  'inset-block',
  'inset-block-start',
  'inset-block-end',
  'inset-inline',
  'inset-inline-start',
  'inset-inline-end',
  'z-index',
  'float',
  'clear',

  'display',
  'box-sizing',
  'box-decoration-break',
  'aspect-ratio',
  'contain',
  'contain-intrinsic-size',
  'contain-intrinsic-width',
  'contain-intrinsic-height',
  'contain-intrinsic-block-size',
  'contain-intrinsic-inline-size',
  'container',
  'container-name',
  'container-type',
  'width',
  'min-width',
  'max-width',
  'height',
  'min-height',
  'max-height',
  'block-size',
  'min-block-size',
  'max-block-size',
  'inline-size',
  'min-inline-size',
  'max-inline-size',
  'margin',
  'margin-top',
  'margin-right',
  'margin-bottom',
  'margin-left',
  'margin-block',
  'margin-block-start',
  'margin-block-end',
  'margin-inline',
  'margin-inline-start',
  'margin-inline-end',
  'padding',
  'padding-top',
  'padding-right',
  'padding-bottom',
  'padding-left',
  'padding-block',
  'padding-block-start',
  'padding-block-end',
  'padding-inline',
  'padding-inline-start',
  'padding-inline-end',

  'flex',
  'flex-grow',
  'flex-shrink',
  'flex-basis',
  'flex-flow',
  'flex-direction',
  'flex-wrap',
  'grid',
  'grid-area',
  'grid-auto-columns',
  'grid-auto-flow',
  'grid-auto-rows',
  'grid-column',
  'grid-column-end',
  'grid-column-start',
  'grid-row',
  'grid-row-end',
  'grid-row-start',
  'grid-template',
  'grid-template-areas',
  'grid-template-columns',
  'grid-template-rows',
  'align-content',
  'align-items',
  'align-self',
  'justify-content',
  'justify-items',
  'justify-self',
  'place-content',
  'place-items',
  'place-self',
  'gap',
  'row-gap',
  'column-gap',
  'order',
  'orphans',
  'widows',
  'columns',
  'column-width',
  'column-count',
  'column-span',
  'column-rule',
  'column-rule-width',
  'column-rule-style',
  'column-rule-color',
  'column-fill',
  'table-layout',
  'caption-side',

  'color',
  'caret-color',
  'font',
  'font-style',
  'font-variant',
  'font-weight',
  'font-stretch',
  'font-size',
  'font-family',
  'font-size-adjust',
  'font-display',
  'font-optical-sizing',
  'font-variation-settings',
  'font-feature-settings',
  'font-kerning',
  'font-language-override',
  'font-palette',
  'font-synthesis',
  'font-synthesis-weight',
  'font-synthesis-style',
  'font-synthesis-small-caps',
  'font-synthesis-position',
  'font-variant-alternates',
  'font-variant-caps',
  'font-variant-ligatures',
  'font-variant-numeric',
  'font-variant-position',
  'font-variant-east-asian',
  'font-variant-emoji',
  'size-adjust',
  'text-align',
  'text-align-last',
  'text-indent',
  'text-justify',
  'text-wrap',
  'text-wrap-mode',
  'text-wrap-style',
  'text-overflow',
  'text-transform',
  'text-orientation',
  'text-combine-upright',
  'text-decoration',
  'text-decoration-line',
  'text-decoration-color',
  'text-decoration-style',
  'text-decoration-thickness',
  'text-decoration-skip-ink',
  'text-underline-offset',
  'text-underline-position',
  'text-emphasis',
  'text-emphasis-style',
  'text-emphasis-color',
  'text-emphasis-position',
  'text-shadow',
  'text-rendering',
  'text-anchor',
  'text-autospace',
  'text-box',
  'text-box-trim',
  'text-box-edge',
  '-webkit-text-fill-color',
  '-webkit-text-stroke',
  '-webkit-text-stroke-width',
  '-webkit-text-stroke-color',
  'line-height',
  'line-break',
  'line-clamp',
  'line-gap-override',
  'white-space',
  'white-space-collapse',
  'word-break',
  'word-spacing',
  'letter-spacing',
  'vertical-align',
  'list-style',
  'list-style-type',
  'list-style-position',
  'list-style-image',
  'hyphens',
  'hyphenate-character',
  'hyphenate-limit-chars',
  'hanging-punctuation',
  'direction',
  'unicode-bidi',
  'unicode-range',
  'writing-mode',
  'dominant-baseline',
  'alignment-baseline',
  'ascent-override',
  'descent-override',
  'initial-letter',
  'ruby-position',
  'ruby-overhang',
  'ruby-align',
  'quotes',

  'background',
  'background-image',
  'background-position',
  'background-position-x',
  'background-position-y',
  'background-size',
  'background-repeat',
  'background-attachment',
  'background-origin',
  'background-clip',
  'background-color',
  'background-blend-mode',
  'border',
  'border-width',
  'border-style',
  'border-color',
  'border-top',
  'border-top-width',
  'border-top-style',
  'border-top-color',
  'border-right',
  'border-right-width',
  'border-right-style',
  'border-right-color',
  'border-bottom',
  'border-bottom-width',
  'border-bottom-style',
  'border-bottom-color',
  'border-left',
  'border-left-width',
  'border-left-style',
  'border-left-color',
  'border-block',
  'border-block-width',
  'border-block-style',
  'border-block-color',
  'border-block-start',
  'border-block-start-width',
  'border-block-start-style',
  'border-block-start-color',
  'border-block-end',
  'border-block-end-width',
  'border-block-end-style',
  'border-block-end-color',
  'border-inline',
  'border-inline-width',
  'border-inline-style',
  'border-inline-color',
  'border-inline-start',
  'border-inline-start-width',
  'border-inline-start-style',
  'border-inline-start-color',
  'border-inline-end',
  'border-inline-end-width',
  'border-inline-end-style',
  'border-inline-end-color',
  'border-radius',
  'border-top-left-radius',
  'border-top-right-radius',
  'border-bottom-right-radius',
  'border-bottom-left-radius',
  'border-start-start-radius',
  'border-start-end-radius',
  'border-end-end-radius',
  'border-end-start-radius',
  'border-image',
  'border-image-source',
  'border-image-slice',
  'border-image-width',
  'border-image-outset',
  'border-image-repeat',
  'border-collapse',
  'border-spacing',
  'outline',
  'outline-width',
  'outline-style',
  'outline-color',
  'outline-offset',
  'box-shadow',
  'opacity',
  'visibility',
  'object-fit',
  'object-position',
  'filter',
  'backdrop-filter',
  'backface-visibility',
  'mask',
  'mask-border',
  'mask-border-outset',
  'mask-border-repeat',
  'mask-border-slice',
  'mask-border-source',
  'mask-border-width',
  'mask-clip',
  'mask-composite',
  'mask-image',
  'mask-mode',
  'mask-origin',
  'mask-position',
  'mask-repeat',
  'mask-size',
  'mask-type',
  'shape-outside',
  'shape-margin',
  'shape-rendering',
  'shape-image-threshold',
  'd',
  'x',
  'y',
  'cx',
  'cy',
  'r',
  'rx',
  'ry',
  'clip-path',
  'clip-rule',
  'fill',
  'fill-opacity',
  'fill-rule',
  'flood-color',
  'flood-opacity',
  'lighting-color',
  'marker',
  'marker-start',
  'marker-mid',
  'marker-end',
  'stroke',
  'stroke-width',
  'stroke-opacity',
  'stroke-dasharray',
  'stroke-dashoffset',
  'stroke-linecap',
  'stroke-linejoin',
  'stroke-miterlimit',
  'stop-color',
  'stop-opacity',
  'accent-color',
  'mix-blend-mode',
  'paint-order',
  'isolation',
  'appearance',
  'color-scheme',
  'color-interpolation',
  'color-interpolation-filters',

  'transform',
  'transform-box',
  'transform-origin',
  'transform-style',
  'translate',
  'scale',
  'rotate',
  'zoom',
  'vector-effect',
  'transition',
  'transition-property',
  'transition-duration',
  'transition-timing-function',
  'transition-delay',
  'transition-behavior',
  'view-transition-name',
  'view-transition-class',
  'timeline-scope',
  'scroll-timeline',
  'scroll-timeline-name',
  'scroll-timeline-axis',
  'view-timeline',
  'view-timeline-name',
  'view-timeline-axis',
  'view-timeline-inset',
  'animation',
  'animation-duration',
  'animation-timing-function',
  'animation-delay',
  'animation-iteration-count',
  'animation-direction',
  'animation-fill-mode',
  'animation-play-state',
  'animation-name',
  'animation-timeline',
  'animation-composition',
  'animation-range',
  'animation-range-start',
  'animation-range-end',
  'offset',
  'offset-path',
  'offset-position',
  'offset-distance',
  'offset-rotate',
  'offset-anchor',
  'image-orientation',
  'image-rendering',
  'perspective',
  'perspective-origin',
  'will-change',

  'cursor',
  'pointer-events',
  'touch-action',
  'user-select',
  'resize',
  'overflow',
  'overflow-x',
  'overflow-y',
  'overflow-block',
  'overflow-inline',
  'overflow-wrap',
  'overflow-anchor',
  'overflow-clip-margin',
  'overscroll-behavior',
  'overscroll-behavior-x',
  'overscroll-behavior-y',
  'overscroll-behavior-block',
  'overscroll-behavior-inline',
  'scroll-behavior',
  'scroll-margin',
  'scroll-margin-top',
  'scroll-margin-right',
  'scroll-margin-bottom',
  'scroll-margin-left',
  'scroll-margin-block',
  'scroll-margin-block-start',
  'scroll-margin-block-end',
  'scroll-margin-inline',
  'scroll-margin-inline-start',
  'scroll-margin-inline-end',
  'scroll-padding',
  'scroll-padding-top',
  'scroll-padding-right',
  'scroll-padding-bottom',
  'scroll-padding-left',
  'scroll-padding-block',
  'scroll-padding-block-start',
  'scroll-padding-block-end',
  'scroll-padding-inline',
  'scroll-padding-inline-start',
  'scroll-padding-inline-end',
  'scroll-snap-type',
  'scroll-snap-align',
  'scroll-snap-stop',
  'scrollbar-width',
  'scrollbar-color',
  'scrollbar-gutter',

  'all',
  'content',
  'content-visibility',
  'page',
  'break-after',
  'break-before',
  'break-inside',
  'counter-reset',
  'counter-increment',
  'counter-set',
  'empty-cells',
  'forced-color-adjust',
  'print-color-adjust',
  'math-depth',
  'math-style',
  'src',
  'tab-size',
];
