Learning/.checkout/assets/styles/app.scss
2023-05-05 20:53:21 +02:00

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;
}