stylelint-config-valantic
Version:
Default valantic configuration for stylelint.
101 lines (84 loc) • 1.76 kB
JavaScript
module.exports = [
/* context specific properties */
'table-layout',
'empty-cells',
'list-style',
'list-style-position',
'list-style-type',
'list-style-image',
'caption-side',
'box-decoration-break',
/* visibility */
'opacity',
/* outer styles */
'outline',
'outline-width',
'outline-style',
'outline-color',
'outline-offset',
'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-radius',
'border-top-left-radius',
'border-top-right-radius',
'border-bottom-right-radius',
'border-bottom-left-radius',
'border-image',
'border-image-source',
'border-image-slice',
'border-image-width',
'border-image-outset',
'border-image-repeat',
'border-collapse',
'border-spacing',
'stroke',
'stroke-width',
'stroke-linecap',
'stroke-dasharray',
'stroke-dashoffset',
/* inner styles */
'background',
'background-color',
'background-image',
'background-repeat',
'background-position',
'background-position-x',
'background-position-y',
'background-size',
'background-clip',
'background-origin',
'background-attachment',
'background-blend-mode',
'backdrop-filter',
'fill',
'fill-rule',
'clip-rule',
'box-shadow',
/* transformations */
'transform',
'transform-origin',
'transform-style',
'backface-visibility',
'perspective',
'perspective-origin',
'filter',
'cursor',
];