Fix bug where urls in LESS were not rebased relative to the HTML filename.

This commit is contained in:
Alexandre Gigliotti
2015-12-02 10:56:10 -08:00
parent bde7bc9a0b
commit 897d87436a
6 changed files with 22 additions and 9 deletions

View File

@@ -1 +1 @@
div { color: blue; }
div { background-image: url('file.txt'); }