I am exporting a function to use as a mixin for styled components on React.
styles.ts
export const fontSize = (size: number) => ` font-size: ${(si