Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
media: 'visual',
},
color: styleProperties.color,
'color-interpolation': {
syntax: 'auto | sRGB | linearRGB',
initial: 'sRGB',
inherited: true,
media: 'visual',
},
'color-rendering': {
syntax: 'auto | optimizeSpeed | optimizeQuality',
initial: 'auto',
inherited: true,
media: 'visual',
},
cursor: styleProperties.cursor,
direction: styleProperties.direction,
display: styleProperties.display,
'dominant-baseline': {
syntax:
'auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge',
initial: 'auto',
inherited: false,
media: 'visual',
},
fill: {
syntax: '',
initial: 'black',
inherited: true,
media: 'visual',
},
'fill-opacity': {