Yousef Abdulkarim

Results 17 issues of Yousef Abdulkarim

**Is your feature request related to a problem? Please describe.** Let say I have borderColor utility that expands the borderColor to borderLeftColor, borderRightColor, borderTopColor, borderBottomColor, the borderColor utility will only...

**Is your feature request related to a problem? Please describe.** The VariantProps generic type should return variants of an extended component **Describe the solution you'd like** The VariantProps generic type...

typescript

**Is your feature request related to a problem? Please describe.** It would be really nice if there is template type support for colors, length units, and other units. So it...

awaiting feedback

Hi, I am using this library with typescript and typescript complains that there are not type decelerations. I looked in the package folder and the type decelerations are not included.

I think It would be nice if jspdf adds direct support for svg element when using HTML converter. I relay on ready icon components made of svg elements for my...

Feature Request
help wanted

### Description It is nice to have an "or" decorator so an property can be of multiple types. For example a sign-in request in a REST api can have 2...

type: feature

Add support for mixin with twind/style, the same as in stitches ```tsx import { style } from "twind/style"; const blockMixin = style({ base: "block w-full", variants: { inline: "inline-block w-auto"...