ant-design-vue/components/style/mixins/reset.less
2018-01-15 10:52:16 +08:00

13 lines
241 B
Plaintext

@import '../themes/default';
.reset-component() {
font-family: @font-family;
font-size: @font-size-base;
line-height: @line-height-base;
color: @text-color;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}