angular scss doesn 27t work backgorund

Solutions on MaxInterview for angular scss doesn 27t work backgorund by the best coders in the world

showing results for - "angular scss doesn 27t work backgorund"
Serena
05 Jan 2017
1$header-img: '~src/assets/images/home-background.jpg';
2//add relative path variable
3 background-image: linear-gradient(to right bottom , rgba(204, 137, 100, 0.8), rgba(40, 180, 133, 0.8)),url("#{$header-img}");
4//or add relative path
5/background-image: linear-gradient(to right bottom , rgba(204, 137, 100, 0.8), rgba(40, 180, 133, 0.8)), url('~src/assets/images/home-background.jpg');
similar questions
queries leading to this page
angular scss doesn 27t work backgorund