mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
fragment urls referencing just a fragment are assumed absolute - referencing the current page. Fixes #2320
This commit is contained in:
@@ -5,6 +5,7 @@ body {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: url('../assets/logo.png');
|
||||
background: url("#inline-svg");
|
||||
}
|
||||
|
||||
.a {
|
||||
|
||||
Reference in New Issue
Block a user