hippie/_default.scss

21 lines
548 B
SCSS
Raw Normal View History

// Main configuration
// ------------------------------------------------------------------------------
//$default_font_size: 15px;
//$default_print_font_size: 10pt;
//$default_line_height: 1.5;
2016-12-14 12:54:39 +01:00
//$default_font_family: #{'Roboto', 'Trebuchet MS', Helvetica, 'Source Sans', Arial, sans-serif, sans};
//$dark_color: black !default;
//$bright_color: white !default;
//$medium_color: lighten($dark_color, 50%) !default;
//$default_back_color: lighten(black, 50%);
//$default_space: 8px;
//$tiny_space: 1px;
//$default_border_width: $tiny_space;