Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
${({ script, topStory }) =>
script && (topStory ? getParagon(script) : getPica(script))}
${({ service }) => getSerifMedium(service)}
${props => (props.script ? getParagon(props.script) : '')};
color: ${C_POSTBOX};