8 lines
99 B
SCSS
8 lines
99 B
SCSS
|
@import "typography";
|
||
|
|
||
|
body {
|
||
|
@extend %new-type;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.42857143;
|
||
|
}
|