mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +00:00
Fix bug where urls in LESS were not rebased relative to the HTML filename.
This commit is contained in:
3
test/fixtures/invalid-url.less
vendored
Normal file
3
test/fixtures/invalid-url.less
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
div {
|
||||
background-image: url('missing.png');
|
||||
}
|
||||
Reference in New Issue
Block a user