// Avatar mixin @mixin avatar-base($size: 'unit-8') { font-size: calc(get-var($size) * 0.5); height: get-var($size); width: get-var($size); }
Last updated 2 years ago