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

12 lines
123 B
SCSS
Raw Normal View History

* {
box-sizing: border-box;
}
2016-05-11 04:22:32 +02:00
html {
font-size: #{$base-font-size}px;
}
.root-app {
min-height: 100%;
height: 100%;
}