1
0
mirror of synced 2025-12-07 14:18:31 +08:00
Files
vxe-table/styles/base.scss
xuliangzhan 9bc4985a4f 重构组件
2024-05-26 12:41:17 +08:00

17 lines
278 B
SCSS

@import './theme/light.scss';
@import './theme/dark.scss';
%boxSizing {
box-sizing: border-box;
}
[class*="vxe-"] {
font-variant: tabular-nums;
font-feature-settings: 'tnum';
@extend %boxSizing;
&:after, &:before,
*:after, *:before {
@extend %boxSizing;
}
}