> For the complete documentation index, see [llms.txt](https://spectrecss.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spectrecss.angular-package.dev/mixin/avatar-base.md).

# avatar-base()

{% code title="" lineNumbers="true" %}

```scss
// Avatar mixin
@mixin avatar-base($size: 'unit-8') {
  font-size: calc(get-var($size) * 0.5);
  height: get-var($size);
  width: get-var($size);
}
```

{% endcode %}
