hippie/_default.scss

21 lines
536 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};
//$black: black !default;
//$white: white !default;
//$medium_gray: lighten($black, 50%) !default;
//$default_background_color: lighten(black, 50%);
//$default_space: 8px;
//$tiny_space: 1px;
//$default_border_width: $tiny_space;