paths-le 0.2.1

Extract every file path in a codebase, and say whether it still points at anything
1
2
3
4
5
6
7
8
9
10
11
12
@import './base/reset.css';
@import url("../themes/dark.css");

body {
	background: url('/assets/bg/hero.jpg');
	cursor: url(images/cursor.png), auto;
}

.icon {
	background-image: url(data:image/png;base64,iVBORw0KGgo=);
	mask: url("https://cdn.example.com/mask.svg");
}