-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pagination cleanup #359
Conversation
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders |
|
Deploy preview for codeimage ready! ✅ Preview Built with commit c294e94. |
import {style} from '@vanilla-extract/css'; | ||
import {themeVars} from '../../theme'; | ||
|
||
export const pagination = style({ | ||
display: 'flex', | ||
gap: themeVars.spacing[2], | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@riccardoperra perchè usare custom css quando abbiamo il box che settando le giuste properties otteniamo le stesse cose?
relates to #325