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
/
dist
/
index.css
8 lines
•
239 B
CSS
View Raw
1
2
3
4
5
6
7
8
/** * @license EUPL-1.2 * Copyright (c) 2021 Community for NL Design System */
.rvo-hr
{
border
:
var
(--rvo-horizontal-rule-border-width)
var
(--rvo-horizontal-rule-border-style)
var
(--rvo-horizontal-rule-border-color);
width
:
100%
; }