// File with all scss variables. Import it in your .scss file as "~scss_vars"
@import 'mixins';
// UI
$sidebar-size: 150px;
// COLORS
$white: #fff;
$background: #f3f3f3;
$grey: #dbe2e8;