@import "./var.scss"; @import "./common.scss"; html{ width: 100vw; height: 100vh; } .light{ background-color: $light-sidenav-bg; color: $light-sidenav-color; } .dark{ background-color: $dark-sidenav-bg; color: $dark-sidenav-color; } img { max-width: 100%; height: auto; }