Learning/.checkout/assets/styles/app.scss

11 lines
164 B
SCSS
Raw Permalink Normal View History

2023-05-05 18:53:21 +00:00
@import "theme";
@import "components/wrapper";
@import "components/column";
@import "components/card";
:root,html,body{
margin: 0;
height: fit-content;
}