File: D:/HostingSpaces/SBogers10/helder.komma.pro/resources/assets/sass/site/1-Settings/_settings.scss
@import 'settings.breakpoints';
@import 'settings.colors';
@import 'settings.config';
@import 'settings.grid';
@import 'settings.typography';
// TODO Not used yet
$spacings: (
xxs: 2,
xs: 4,
s: 6,
m: 10,
l: 16,
xl: 26,
xxl: 42,
xxxl: 68
);
$space-xxs: map-get($spacings, xxs);
$space-xs: map-get($spacings, xs);
$space-s: map-get($spacings, s);
$space-m: map-get($spacings, m);
$space-l: map-get($spacings, l);
$space-xl: map-get($spacings, xl);
$space-xxl: map-get($spacings, xxl);
$space-xxxl: map-get($spacings, xxxl);