UNPKG
react-antd-cssvars
Version:
latest (0.7.3)
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.1
A minimal cssvars antd module
tenjin0.github.io/react-antd-cssvars/
Tenjin0/react-antd-cssvars
react-antd-cssvars
/
dist
/
styles
/
typography.less
14 lines
(10 loc)
•
241 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@typography-prefix:
~"@{ant-prefix}-typography"
;
.@{typography-prefix}
{
color
:
@antd-text-color
; }
.@{typography-prefix}
mark
{
background-color
:
@antd-primary-color
; }
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
color
:
@antd-text-color
; }