trezy/firebase-system-update

View on GitHub
src/scss/core/_root.scss

Summary

Maintainability
Test Coverage
* {
    box-sizing: border-box;
}

body, html, #__next, #application-wrapper {
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    width: 100vw;
}