Static image path in sass

Rastamakc

New Member
In less you could always do this. You make a variabele for the image path. And than you can sert the image path in the background url. But, how can i make this in SASS.\[code\]@static-path: "../../static";background: url("@{static-path}/img/bg-header.jpg") repeat-x left bottom;\[/code\]Thanks
 
Back
Top