routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
@mixin card-line-height-densities ($map) {
|
||||
@each $density, $lineHeight in $map {
|
||||
@if $density == null {
|
||||
.v-card & {
|
||||
line-height: $lineHeight;
|
||||
}
|
||||
} @else {
|
||||
.v-card--density-#{$density} & {
|
||||
line-height: $lineHeight;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user