I have these on two seperate files. While working on a SASS course i’m trying to upload an image to the live server but its not working! I’m importing the _home.scss syntax over to my main.scss.
.home {
height: 100%;
padding-top: 40vh;
overflow: hidden;
align-items: center;
text-align: center;
background: url('../images/model-1\ \(SASS\ training\).jpg');
background-size: cover;
}
@import 'config';
@import 'home';
