p5.js-web-editor/styles/base/_base.scss
2016-05-10 22:22:32 -04:00

8 lines
No EOL
91 B
SCSS

html {
font-size: #{$base-font-size}px;
}
.root-app {
min-height: 100%;
height: 100%;
}