11 lines
No EOL
164 B
SCSS
11 lines
No EOL
164 B
SCSS
@import "theme";
|
|
|
|
@import "components/wrapper";
|
|
|
|
@import "components/column";
|
|
@import "components/card";
|
|
|
|
:root,html,body{
|
|
margin: 0;
|
|
height: fit-content;
|
|
} |