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

label-base()

// Label base style
@mixin label-base() {
  border-radius: get-var('border-radius');
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
}

Last updated