0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00
Mark Otto 7915584fa4 lol
2024-07-29 22:04:11 -07:00

11 lines
202 B
SCSS

@use "../variables";
.vr {
display: inline-block;
align-self: stretch;
width: variables.$vr-border-width;
min-height: 1em;
background-color: currentcolor;
opacity: variables.$hr-opacity;
}