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

strip-unit()

@function strip-unit($number) {
  @return math.div($number, ($number * 0 + 1));
}

Last updated