@import “variables.scss”;

html, body {

background-color: $ice-blue;

}

.webpackApplication {

border: solid 2px $grey;
padding: $padding;

}