Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{[...theme.fontSizes].reverse().map((fontSize, i) => (
{fontSize}px ({theme.fontSizes.length - i - 1}) Discover new deals
every day.
))}
const Typography = props => (
Typography
The design system includes base styles for typography and a typographic
scale for determining font sizes.
{[...theme.fontSizes].reverse().map((fontSize, i) => (
{fontSize}px ({theme.fontSizes.length - i - 1}) Discover new deals
every day.
))}
)