freeblox/packages/editor/src/main.css

9 lines
87 B
CSS

* {
margin: 0;
padding: 0;
}
*, *::before, *::after {
box-sizing: border-box;
}