klen / python-scss

Python scss parser.

Home Page:http://packages.python.org/scss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use expression for URI

matthewwithanm opened this issue · comments

Expressions used as URLs (in url()) are not compiled. For example:

body { background-image: url($my_image); }
body { background-image: url('/images/' + $my_image); }

Fixed, thanks.