Files
blog/user/plugins/problems/scss/mixins/_avatar.scss
Loïc Guibert 66dafc36c3 init
2022-09-30 20:02:02 +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;
}