1 2 3 4 5 6 7 8
@use 'mixins'; @use '../../values/typography' as typography-values; :root { @include mixins.font-sizes(xl); --border-width: #{typography-values.border-width(xl)}; }