lukejacksonn / oceanwind

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

fix block #5

Closed efflam closed 3 years ago

efflam commented 3 years ago

This PR fix translating

ow`block`

to

display: block;
lukejacksonn commented 3 years ago

Good catch. there must be a test missing for this case too. Would you like to add it? I'd be happy to if not!