For the complete documentation index, see llms.txt. This page is also available as Markdown.

size-var()

@function size-var($size) {
  @return get-var('size', $suffix: $size);
}

Last updated