p5.js-web-editor/styles/base/_base.scss

12 lines
129 B
SCSS

* {
box-sizing: border-box;
}
html {
font-size: #{$base-font-size}px;
}
.root-app, .app {
min-height: 100%;
height: 100%;
}