stephenlacy / gulp-stylus

Stylus plugin for gulp
MIT License
223 stars 60 forks source link

Variable + string interpolation or concatenation inside background-image url() #172

Closed gusaiani closed 8 years ago

gusaiani commented 8 years ago

Hi @stevelacy and all,

been trying to do

image-base-url = 'http://domain.com/images/'
body
    background-image url({image-base-url + 'image.png'})

and variations of that, so I can interpolate or concatenate the url.

Is that possible? If so, how do I do it?

Many thanks, Gus

stephenlacy commented 8 years ago

Please ask this on the stylus project: https://github.com/stylus/stylus Or read the stylus docs: http://stylus-lang.com/docs/interpolation.html

gusaiani commented 8 years ago

Thanks!