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

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

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