tss-react icon indicating copy to clipboard operation
tss-react copied to clipboard

✨ Dynamic CSS-in-TS solution, based on Emotion

Results 28 tss-react issues
Sort by recently updated
recently updated
newest added

This is a proposal to add the same `options` object as `styled` emotion function has, as a last argument of `withStyles` function. ### Motivation Right now to not pass an...

I have a weird bug where my classes are auto-filled. My IDE does not seem to determine where the class is initially defined. This occurs only when returning a callback,...

help wanted
hacktoberfest-accepted

See: https://github.com/garronej/tss-react/issues/103#issuecomment-1266999107 Will be fixed when [this pr](https://github.com/mui/material-ui/pull/34659) gets merged.

https://github.com/gregnb/mui-datatables/issues/1886#issuecomment-1254931929

hacktoberfest-accepted

Implement this suggestion: https://github.com/garronej/tss-react/issues/115#issuecomment-1259748268

`` ![image](https://github.com/garronej/tss-react/assets/20753914/860a222d-10dc-445e-8295-ab90f4c37e01) As you can see: Action: I used `GlobalStyles` component. Except: only create one tag. Actual: it created multiple tags. It's not reasonable, any props to config it? or...

I'm planing to feature a similar integration for Mantine as we currently have for MUI. See discution: https://github.com/orgs/mantinedev/discussions/5751 I'll post updates on this effort here.

When working with Web Components in Shadow mode, it is very common to define `:host` styles. They could be put in a `GlobalStyles`, but because these are about styling the...