klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

Can't use expression for URI #1

Closed matthewwithanm closed 13 years ago

matthewwithanm commented 13 years ago

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

body { background-image: url($my_image); }
body { background-image: url('/images/' + $my_image); }
klen commented 13 years ago

Fixed, thanks.