Yousef Abdulkarim

Results 17 issues of Yousef Abdulkarim

Hi is there typescript definitions for this project

I am currently building my own abstraction on top of styled-components and I won't my theme getters to be strictly typed. ```ts type Theme = { colors: { blue: [...

Add an IfElse type to make a nested or long ternary expression more concise, clear, easier to write, and also maintain. Here is an implementation and example of how it...

### Motivation It would make it easier when styling components with CSS and it would make it more performant because the data attributes can be updated instead of the component....

feature

is the css function supposed to also take an function as an argument because it is not documented and there are no type definitions for it? ```ts import { css...

bug
good first issue
help needed
docs

Add support formatting json files when prettier is used (prettier option set to true). My suggestion is to add an config option formatJson which is a boolean and default value...

twind/style matches property should be able to be a function that takes in the variants and outputs a tw class names as a string. As of now, I cannot concat...

pr³ ✨ Feature
🙅 Hold

Although there is a guide on how to achieve theming with styletron-react, the guide doesn't work so well with typescript and it just gives you a headache.

**Is your feature request related to a problem? Please describe.** Add support for stitches CSS variable fallbacks that should work with theme map **Describe the solution you'd like** ```ts css({...

feature

### Discussed in https://github.com/modulz/stitches/discussions/969 Originally posted by **joseDaKing** February 24, 2022 Add custom selector utilities in typescript will yield the wrong type. This wont work because of self refercing type...

enhancement