1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!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>