curvedmark / roole

A language that compiles to CSS
http://roole.org
MIT License
342 stars 21 forks source link

Add an option that prepends a path to all relative urls #107

Closed curvedmark closed 11 years ago

curvedmark commented 11 years ago

except ones that contain $__dirname.

Like the rootpath option of less, to fix #95

curvedmark commented 11 years ago

since urls are always relative to the current file, this option is no longer necessary.