mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add unistyles
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const breakpoints = {
|
||||
xs: 0,
|
||||
sm: 576,
|
||||
md: 768,
|
||||
lg: 992,
|
||||
xl: 1200,
|
||||
superLarge: 2000,
|
||||
tvLike: 4000,
|
||||
} as const;
|
||||
Reference in New Issue
Block a user