Files
kuboard-press/.vuepress/grid/utils/defaults.js
huanqing.shao cfc8a2df67 grid
2019-10-04 09:58:52 +08:00

9 lines
136 B
JavaScript

export default {
container: '1020px',
gutter: '24px',
approach: 'mobile-first',
breakpoints: {
compact: '320px 414px'
}
}