hippie/_default.scss
Stephan 7e85f9f654 Changed defaults
Also removed 3rd party flexbox mixins
2017-02-27 17:51:25 +01:00

21 lines
No EOL
536 B
SCSS

// Main configuration
// ------------------------------------------------------------------------------
//$default_font_size: 15px;
//$default_print_font_size: 10pt;
//$default_line_height: 1.5;
//$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;