Changed defaults

Also removed 3rd party flexbox mixins
This commit is contained in:
Stephan 2017-02-27 17:51:25 +01:00
parent ff3af38c25
commit 7e85f9f654
8 changed files with 156 additions and 401 deletions

View file

@ -1,9 +1,21 @@
// Main configuration
// ------------------------------------------------------------------------------
$default_font_size: 15px;
$default_line_height: 1.5;
//$default_font_size: 15px;
//$default_print_font_size: 10pt;
$default_font_family: #{'Trebuchet MS', Helvetica, Arial, sans-serif, sans};
//$default_line_height: 1.5;
$default_space: 8px;
//$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;