UNPKG

inlineresources

Version:

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

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