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

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

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