Background gradient plus image not working

Hi there! I have the following code to set the backgroung in one single page.

If I use the gradient part alone, that works.
If I use the background image alone, that works as well.

When I combine both it does not work. Just a white background.

ion-content.home-content{
–background: linear-gradient(#1f7b98, #A7B2B6, #ABAFAE, #AA9d95) url(…/…/assets/images/background-transparent.png) 0 0/100% 100% no-repeat / cover;
}

Any idea what could be wrong?

got into same problem did you find any solution?

did you solve this?? also having this issue