13 lines
188 B
SCSS
13 lines
188 B
SCSS
$width-mobile: 30rem;
|
|
$width-content: 45rem;
|
|
$width-max: 60rem;
|
|
|
|
@import "colors";
|
|
@import "fonts";
|
|
@import "size";
|
|
@import "common";
|
|
|
|
@import "header";
|
|
@import "posts";
|
|
@import "footer";
|