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

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

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