summaryrefslogtreecommitdiff
path: root/scss/custom-properties/spacing/_xxl.scss
blob: 600f74e5b2df06f7c3be500766a6ff54a71549e7 (plain)
1
2
3
4
5
6
7
@use 'mixins';
@use '../../values/spacing' as spacing-values;

:root {
  // No need for spacing here, since it's the same as sm.
  @include mixins.grid($breakpoint: xxl);
}