lukejacksonn / oceanwind

Compiles tailwind shorthand into css at runtime. Succeeded by Twind.
https://twind.dev
264 stars 12 forks source link

Docs Shorthand Example is wrong? #39

Closed impressivewebs closed 3 years ago

impressivewebs commented 3 years ago

The readme mentions this example:

h-full -> { height: 100vh }

But according to the Tailwind docs it should be:

h-screen -> { height: 100vh }

or else:

h-full -> { height: 100% }

Unless I'm mistaken...?

lukejacksonn commented 3 years ago

You are not mistaken. Good spot! Would you like to PR this change?

impressivewebs commented 3 years ago

Done