ant-design-vue/components/style/mixins/reset.less

14 lines
277 B
Plaintext
Raw Normal View History

2018-01-15 02:52:16 +00:00
@import '../themes/default';
.reset-component() {
font-family: @font-family;
font-size: @font-size-base;
2019-01-02 13:01:56 +00:00
font-variant: @font-variant-base;
2018-01-15 02:52:16 +00:00
line-height: @line-height-base;
color: @text-color;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}