kutsan/stylelint-config-clean-order

At least overflow-block & overflow-inline are missing

Opened this issue · 3 comments

At least those 2 I perceived they are missing.
Let's read the whole list at the moment and find if more are missing:

blockSize: 'block-size',
borderBlock: 'border-block',
borderBlockColor: 'border-block-color',
borderBlockEnd: 'border-block-end',
borderBlockEndColor: 'border-block-end-color',
borderBlockEndStyle: 'border-block-end-style',
borderBlockEndWidth: 'border-block-end-width',
borderBlockStart: 'border-block-start',
borderBlockStartColor: 'border-block-start-color',
borderBlockStartStyle: 'border-block-start-style',
borderBlockStartWidth: 'border-block-start-width',
borderBlockStyle: 'border-block-style',
borderBlockWidth: 'border-block-width',
borderColor: 'border-color',
borderEndEndRadius: 'border-end-end-radius',
borderEndStartRadius: 'border-end-start-radius',
borderInline: 'border-inline',
borderInlineColor: 'border-inline-color',
borderInlineEnd: 'border-inline-end',
borderInlineEndColor: 'border-inline-end-color',
borderInlineEndStyle: 'border-inline-end-style',
borderInlineEndWidth: 'border-inline-end-width',
borderInlineStart: 'border-inline-start',
borderInlineStartColor: 'border-inline-start-color',
borderInlineStartStyle: 'border-inline-start-style',
borderInlineStartWidth: 'border-inline-start-width',
borderInlineStyle: 'border-inline-style',
borderInlineWidth: 'border-inline-width',
borderStartEndRadius: 'border-start-end-radius',
borderStartStartRadius: 'border-start-start-radius',
borderStyle: 'border-style',
borderWidth: 'border-width',
containIntrinsicBlockSize: 'contain-intrinsic-block-size',
containIntrinsicInlineSize: 'contain-intrinsic-inline-size',
inlineSize: 'inline-size',
inset: 'inset',
insetBlock: 'inset-block',
insetBlockEnd: 'inset-block-end',
insetBlockStart: 'inset-block-start',
insetInline: 'inset-inline',
insetInlineEnd: 'inset-inline-end',
insetInlineStart: 'inset-inline-start',
marginBlock: 'margin-block',
marginBlockEnd: 'margin-block-end',
marginBlockStart: 'margin-block-start',
marginInline: 'margin-inline',
marginInlineEnd: 'margin-inline-end',
marginInlineStart: 'margin-inline-start',
maxBlockSize: 'max-block-size',
maxInlineSize: 'max-inline-size',
minBlockSize: 'min-block-size',
minInlineSize: 'min-inline-size',
overflowBlock: 'overflow-block',
overflowInline: 'overflow-inline',
overscrollBehaviorBlock: 'overscroll-behavior-block',
overscrollBehaviorInline: 'overscroll-behavior-inline',
paddingBlock: 'padding-block',
paddingBlockEnd: 'padding-block-end',
paddingBlockStart: 'padding-block-start',
paddingInline: 'padding-inline',
paddingInlineEnd: 'padding-inline-end',
paddingInlineStart: 'padding-inline-start',
scrollMarginBlock: 'scroll-margin-block',
scrollMarginBlockEnd: 'scroll-margin-block-end',
scrollMarginBlockStart: 'scroll-margin-block-start',
scrollMarginInline: 'scroll-margin-inline',
scrollMarginInlineEnd: 'scroll-margin-inline-end',
scrollMarginInlineStart: 'scroll-margin-inline-start',
scrollPaddingBlock: 'scroll-padding-block',
scrollPaddingBlockEnd: 'scroll-padding-block-end',
scrollPaddingBlockStart: 'scroll-padding-block-start',
scrollPaddingInline: 'scroll-padding-inline',
scrollPaddingInlineEnd: 'scroll-padding-inline-end',
scrollPaddingInlineStart: 'scroll-padding-inline-start',


Equivalent to:

borderBottom: 'border-bottom',
borderBottomColor: 'border-bottom-color',
borderBottomLeftRadius: 'border-bottom-left-radius',
borderBottomRightRadius: 'border-bottom-right-radius',
borderBottomStyle: 'border-bottom-style',
borderBottomWidth: 'border-bottom-width',
borderLeft: 'border-left',
borderLeftColor: 'border-left-color',
borderLeftStyle: 'border-left-style',
borderLeftWidth: 'border-left-width',
borderRight: 'border-right',
borderRightColor: 'border-right-color',
borderRightStyle: 'border-right-style',
borderRightWidth: 'border-right-width',
borderTop: 'border-top',
borderTopColor: 'border-top-color',
borderTopLeftRadius: 'border-top-left-radius',
borderTopRightRadius: 'border-top-right-radius',
borderTopStyle: 'border-top-style',
borderTopWidth: 'border-top-width',
boxOrient: 'box-orient',
bottom: 'bottom',
captionSide: 'caption-side',
clear: 'clear',
containIntrinsicHeight: 'contain-intrinsic-height',
containIntrinsicWidth: 'contain-intrinsic-width',
float: 'float',
height: 'height',
left: 'left',
marginBottom: 'margin-bottom',
marginLeft: 'margin-left',
marginRight: 'margin-right',
marginTop: 'margin-top',
maxHeight: 'max-height',
maxWidth: 'max-width',
minHeight: 'min-height',
minWidth: 'min-width',
overflowX: 'overflow-x',
overflowY: 'overflow-y',
overscrollBehaviorX: 'overscroll-behavior-x',
overscrollBehaviorY: 'overscroll-behavior-y',
paddingBottom: 'padding-bottom',
paddingLeft: 'padding-left',
paddingRight: 'padding-right',
paddingTop: 'padding-top',
resize: 'resize',
right: 'right',
scrollMarginBottom: 'scroll-margin-bottom',
scrollMarginLeft: 'scroll-margin-left',
scrollMarginRight: 'scroll-margin-right',
scrollMarginTop: 'scroll-margin-top',
scrollPaddingBottom: 'scroll-padding-bottom',
scrollPaddingLeft: 'scroll-padding-left',
scrollPaddingRight: 'scroll-padding-right',
scrollPaddingTop: 'scroll-padding-top',
textAlign: 'text-align',
top: 'top',
width: 'width',

Also there is something wrong with borders, as:

border-bottom-left-radius
border-bottom-right-radius
border-top-left-radius
border-top-right-radius

are repeated on the list.

kutsan commented

Thanks, I'll add the missing ones.

kutsan commented

This is published with v5.4.1.