stylelint-config-clean-order
Version:
Order your styles with stylelint-order.
44 lines (42 loc) • 736 B
JavaScript
const svgPresentation = [
'alignment-baseline',
'baseline-shift',
'dominant-baseline',
'text-anchor',
'cx',
'cy',
'd',
'r',
'rx',
'ry',
'fill',
'fill-opacity',
'fill-rule',
'flood-color',
'flood-opacity',
'stop-color',
'stop-opacity',
'stroke',
'stroke-dasharray',
'stroke-dashoffset',
'stroke-linecap',
'stroke-linejoin',
'stroke-miterlimit',
'stroke-opacity',
'stroke-width',
'vector-effect',
'color-interpolation',
'color-interpolation-filters',
'color-profile',
'color-rendering',
'image-rendering',
'lighting-color',
'marker-start',
'marker-mid',
'marker-end',
'mask',
'mask-type',
'shape-rendering',
'clip-rule'
]
module.exports = { svgPresentation }