8 lines
89 B
CSS
8 lines
89 B
CSS
@import "modern-normalize";
|
|
@import "./reset.css";
|
|
|
|
:root {
|
|
--layout-width: 1200px;
|
|
}
|
|
|