tss-react
tss-react copied to clipboard
✨ Dynamic CSS-in-TS solution, based on Emotion
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,...
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
Implement this suggestion: https://github.com/garronej/tss-react/issues/115#issuecomment-1259748268
``  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...