Caret/css/base.less

7 lines
67 B
Text
Raw Normal View History

* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}