summaryrefslogtreecommitdiff
path: root/scss/custom-properties/typography/_xs.scss
blob: 31ff2f1bcdd24bd906e8d2c3c265220f56eb1c8b (plain)
1
2
3
4
5
6
7
8
@use 'mixins';

@use '../../values/typography' as typography-values;

:root {
  @include mixins.font-sizes(xs);
  --border-width: #{typography-values.border-width(xs)};
}