.element {
background: url(env.asset-path)
}
What I want is to detect the env at the Angular side and define the asset path in CSS
I know that I could check server-name/domain with js but I don't know how to pass variables to css/scss files
I'm using Angular4/Typescript/scss