2017-07-03 14:02:57 +02:00
|
|
|
@import "placeholders";
|
2017-05-03 16:50:36 +02:00
|
|
|
@import "typography";
|
|
|
|
|
|
|
|
body {
|
|
|
|
@extend %new-type;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.42857143;
|
|
|
|
}
|
2017-06-13 17:46:08 +02:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 36px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2017-07-03 14:02:57 +02:00
|
|
|
|
|
|
|
.container {
|
|
|
|
@extend %page-width-container;
|
|
|
|
}
|