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

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

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