UNPKG
custom-app
Version:
latest (1.0.0)
1.0.0
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
custom-app
/
dhcc-app-dll
/
node_modules
/
antd
/
es
/
style
/
mixins
/
reset.less
14 lines
(12 loc)
•
300 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import
'../themes/index'
;
.reset-component
() {
box-sizing
: border-box;
margin
:
0
;
padding
:
0
;
color
:
@text-color
;
font-size
:
@font-size-base
;
font-variant
:
@font-variant-base
;
line-height
:
@line-height-base
;
list-style
: none;
font-feature-settings
:
@font-feature-settings-base
; }