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

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

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