- added possibility to add data into tempaltes via json
- restructured output files
- some work on styles
This commit is contained in:
Stephan 2018-05-08 23:00:46 +02:00
parent 1bb57b109b
commit 8bc8da74db
18 changed files with 1004 additions and 199 deletions

View file

@ -4,19 +4,19 @@
%basic {
font-family: $primary_font_family;
font-size: $text_size_1;
line-height: $text_line_1;
line-height: $text_line_basic;
}
%basic_mono {
font-family: $third_font_family;
font-family: $monospace_font_family;
font-size: $text_size_1;
line-height: $text_line_1;
line-height: $text_line_mono;
}
%basic_print {
font-family: $third_font_family;
font-family: $print_font_family;
font-size: $text_size_1;
line-height: $text_line_1;
line-height: $text_line_basic;
}
%head_all {
@ -27,7 +27,7 @@
font-family: $secondary_font_family;
font-size: $head_size_1;
font-weight: 300;
line-height: $head_line_1;
line-height: $head_line_basic;
}
%head_2 {
@ -53,7 +53,6 @@
%solo {
@extend %basic;
color: $basic_font_color;
}
%short {