Files
2023-07-18 10:47:46 +01:00

7 lines
112 B
SCSS
Executable File

// Avatar mixin
@mixin avatar-base($size: $unit-8) {
font-size: $size / 2;
height: $size;
width: $size;
}