benface / tailwindcss-typography

Tailwind CSS plugin to generate typography utilities and text style components
ISC License
245 stars 5 forks source link

Font Size + Line Height #19

Closed bymayo closed 4 years ago

bymayo commented 4 years ago

When using something like:

fontSize: theme('fontSize.2xl')

And the settings for that font size are:

'2xl': ['1.875rem', '1.2']

It outputs:

font-size: 1.875rem,1.2;

Is there anyway to make this work better with 1.3.0 and line heights? https://tailwindcss.com/docs/font-size/#providing-a-default-line-height-v1-3-0

benface commented 4 years ago

Thank you, this has been fixed in v3.1.0.