UNPKG

274 Btext/lessView Raw
1@root-entry-name: 'default';
2@import (reference) '~antd/es/style/themes/index.less';
3@pro-layout-grid-content-prefix-cls: ~'@{ant-prefix}-pro-grid-content';
4
5.@{pro-layout-grid-content-prefix-cls} {
6 width: 100%;
7 &.wide {
8 max-width: 1200px;
9 margin: 0 auto;
10 }
11}