Files
squoosh/src/style/index.scss
Jake Archibald b619427237 Removing everything that isn't skeletonyy (#22)
* Simplifying

* Ignoring CSS defs
2018-05-04 09:20:34 -07:00

11 lines
147 B
SCSS

@import './reset.scss';
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
overscroll-behavior: none;
}