UNPKG

inlineresources

Version:

Inlines style sheets, images, fonts and scripts in HTML documents. Works in the browser.

11 lines (10 loc) 204 B
<!DOCTYPE html> <html> <head> <title>Test page with @import</title> <style type="text/css"> @import url("some.css"); </style> </head> <body></body> </html>