UNPKG
@nl-rvo/css-horizontal-rule
Version:
latest (1.2.0)
1.2.0
Horizontal rule CSS component
github.com/nl-design-system/rvo
@nl-rvo/css-horizontal-rule
/
design-tokens.json
25 lines
(24 loc)
•
400 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"rvo"
:
{
"horizontal-rule"
:
{
"border-width"
:
{
"css"
:
{
"syntax"
:
"<length>"
,
"inherits"
:
true
}
}
,
"border-style"
:
{
"css"
:
{
"syntax"
:
"<*>"
,
"inherits"
:
true
}
}
,
"border-color"
:
{
"css"
:
{
"syntax"
:
"<color>"
,
"inherits"
:
true
}
}
}
}
}