File: D:/HostingSpaces/Neopoints/momsecurity.be/resources/assets/sass/site/1-Settings/_settings.scss
@import 'settings.breakpoints';
@import 'settings.colors';
@import 'settings.config';
@import 'settings.typography';
// TODO Not used yet
//$spacings: (
// x3-small: 4,
// x2-small: 7,
// x-small: 10,
// small: 14,
// base: 32,
// large: 40,
// x-large: 50,
// x2-large: 64,
// x3-large: 80
//);
$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);