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

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

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