doc_inline_sourcemap.html (298B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>CSS source maps in inline stylesheets</title> 5 </head> 6 <body> 7 <div>CSS source maps in inline stylesheets</div> 8 <style> 9 div { 10 color: #ff0066; } 11 12 span { 13 background-color: #EEE; } 14 15 /*# sourceMappingURL=doc_sourcemaps.css.map */ 16 </style> 17 </body> 18 </html>