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

lightness-level-var()

@function lightness-level-var($name, $prefix: $var-prefix) {
  @return css-var(color-name($name), $prefix, '#{$var-lightness}-l');
}

Last updated