HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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);