mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
18 lines
298 B
HTML
18 lines
298 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>CSS source maps in inline stylesheets</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div>CSS source maps in inline stylesheets</div>
|
||
|
|
<style>
|
||
|
|
div {
|
||
|
|
color: #ff0066; }
|
||
|
|
|
||
|
|
span {
|
||
|
|
background-color: #EEE; }
|
||
|
|
|
||
|
|
/*# sourceMappingURL=doc_sourcemaps.css.map */
|
||
|
|
</style>
|
||
|
|
</body>
|
||
|
|
</html>
|