Hamzat Victor Oluwabori
Hamzat Victor Oluwabori
is there any workaround with radix UI only?
I'm currently facing the same issue. the makes the keyboard animation lag @ansh have you found a work around
I'm facing the same issue. Please this is critical
I'm facing the same issue too
 The problem is that you don't have an `xs` breakpoint defined. Try and fix that and see the results👍
I'm not really sure what you want to do, but you don't need to import the `theme` object from the config to use your theme tokens. By prefixing them with...
Then I think the best this is the best solution. ```tsx import { styled, theme } from '../../../styles/stitches.config' const Component = styled('span', { mv: theme.space.xs.computedValue, // returns "var(--space-xs)" }) ```...
Also, if you're working with multiple themes or want the exact value. you can try this ```tsx import { styled, config} from '../../../styles/stitches.config' const Component = styled('span', { mv: config.space.xs,...
I don't know of any.
@troymcginnis I don't have any idea of how to fix your issue, but your documentation is top notch!!! It should make it easier for @tianenpang to help