UNPKG
fannypack-v5
Version:
latest (5.0.0-rc.7)
5.0.0-rc.7
5.0.0-rc.0
An accessible, composable, and friendly React UI Kit
github.com/fannypackui
fannypackui/fannypack
fannypack-v5
/
src
/
theme
/
breakpoints.ts
11 lines
(9 loc)
•
212 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
BreakpointsThemeConfig
}
from
'../types'
;
export default (overrides:
BreakpointsThemeConfig)
=>
({
mobile:
480
,
tablet:
768
,
desktop:
1024
,
widescreen:
1200
,
fullHD:
1440
,
...overrides,
});