This commit is contained in:
huanqing.shao
2019-10-04 09:58:52 +08:00
parent 60005dd558
commit cfc8a2df67
13 changed files with 937 additions and 2124 deletions

View File

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