product-ride / styled-wind

A magical implementation of tailwind-like classnames into styled-components.

Home Page:https://styled-wind.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing classes

vilvaathibanpb opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Missing classes:

.z-50
.min-h-4
.cursor-pointer - issue, works only when added last

@vilvaathibanpb there is no tailwind class named min-h-4. The possible classes are handled already. For possible tailwind class names for minimum height please refer here. For the other 2 class names, I have raised a PR