element-plus/docs/.vitepress/vitepress/constant.ts
三咲智子 6a290ff85a
refactor(build): improve building (#7048)
* fix: fetching contributors

* refactor(build): improve building

* fix: building

* refactor: build constants

* fix: lockfile

* ci: remove token

* ci: rename

* refactor: improve docs constant
2022-04-08 14:17:44 +08:00

12 lines
178 B
TypeScript

export const defaultLang = 'en-US'
export const PREFERRED_LANG_KEY = 'preferred_lang'
export const breakpoints = {
sm: 480,
md: 768,
lg: 960,
xlg: 1280,
xxl: 1440,
}