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',
},
filter: styleProperties.filter,
'flood-color': {
syntax: 'currentColor | ',
initial: 'black',
inherited: false,
media: 'visual',
},
'flood-opacity': {
syntax: '',
initial: '1',
inherited: false,
media: 'visual',
},
font: styleProperties.font,
'font-family': styleProperties['font-family'],
'font-size': styleProperties['font-size'],
'font-size-adjust': styleProperties['font-size-adjust'],
'font-stretch': styleProperties['font-stretch'],
'font-style': styleProperties['font-style'],
'font-variant': styleProperties['font-variant'],
'font-weight': styleProperties['font-weight'],
'glyph-orientation-vertical': {
syntax: 'auto | | ',
initial: 'auto',
inherited: true,
media: 'visual',
},
'image-rendering': styleProperties['image-rendering'],
'letter-spacing': styleProperties['letter-spacing'],
'lighting-color': {