12 lines
147 B
SCSS
12 lines
147 B
SCSS
@import "typography";
|
|
|
|
body {
|
|
@extend %new-type;
|
|
font-size: 16px;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
}
|