Joe Gaudet
unread,Jun 7, 2011, 3:21:35 AM6/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to middleman-users
Hey,
I managed to get everything working again, and was off to the races.
I was wondering if the version of compass that middle-man depends on
supports inline-images, I am looking to tune my page load for a mobile
connection, and thus would like to minimize the number of http
requests made.
However when I do something like
background: inline-image('/images/pathToMyImage')
My css fails to build without an error.
.joe