Hey,
My project with ionic 2 is giving problems with svg. He does not recognize the way.
ex:
.project{
background:url(’…/assets/img/image.svg’); <<<<<<<<<<< this
background-size: contain;
background-color: transparent;
width:60px;
height:24px;
}
Even placing Background-image or Content, will not.
Any suggestion / solution?