tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

% of vh? #451

Closed brandoncroberts closed 4 years ago

brandoncroberts commented 4 years ago

Hi there,

Loving Tailwind, it's my first day using it.

I only see a class for making something 100vh, but what about a % of vh? I sometimes build my views with 90vh for example.

adamwathan commented 4 years ago

You can add those values to your config if you need them 👍🏻

https://tailwindcss.com/docs/min-height/#customizing

brandoncroberts commented 4 years ago

Thanks Adam!