Blame view

node_modules/element-ui/packages/theme-chalk/src/main.scss 271 Bytes
7820380e   “wangming”   1
1
2
3
4
5
6
7
8
9
10
11
12
  @import "mixins/mixins";
  @import "common/var";
  
  @include b(main) {
    // IE11 supports the <main> element partially https://caniuse.com/#search=main
    display: block;
    flex: 1;
    flex-basis: auto;
    overflow: auto;
    box-sizing: border-box;
    padding: $--main-padding;
  }