Added missed baseSize variable

This commit is contained in:
xavijam 2016-01-14 18:17:00 +01:00
parent b1517fdc67
commit 67e3f5a03b

View File

@ -5,6 +5,9 @@
$desktopLayout: 352px; $desktopLayout: 352px;
$mobileLayout: 280px; $mobileLayout: 280px;
//Base
$baseSize: 8px;
// Margins // Margins
$sMargin-section: 24px; // To separate main section $sMargin-section: 24px; // To separate main section
$sMargin-element: 14px; // To separate elements inside a group $sMargin-element: 14px; // To separate elements inside a group