New examples and new default variable structure

This commit is contained in:
Stephan Hagedorn 2017-08-29 10:50:34 +02:00
parent a8fabf373e
commit 0c4e801690
13 changed files with 455 additions and 259 deletions

View file

@ -91,3 +91,8 @@
.demo__credits {
margin: $space_3 0 $basic_space 0;
}
.demo__button_32 {
width: 32px;
height: 32px;
}

View file

@ -103,7 +103,7 @@ nav {
margin: 0 $space_5;
li {
@extend .flex_child;
@extend .flex__child;
flex-grow: 1;
margin: 0;
text-align: center;