0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-14 14:29:30 +01:00
Mark Otto 9e28b858b5 Migrate to Sass modules
fix function
2025-03-04 15:23:44 -08:00

11 lines
187 B
SCSS

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