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

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

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