@import './custom.scss'; /* nb. these are here to force footer to bottom of screen */ html, body { height: 100%; } #app { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }