UNPKG

gulp-juice-concat

Version:

Pipe a list of html and css files and get out html files with inline css

19 lines (16 loc) 278 B
<html> <head> <title>Email test</title> <link href="style.css" type="text/css" rel="stylesheet"> <style type="text/css"> #dontcarehow { content: "I want it now"; } </style> </head> <body> <div class="test"> This is only a test </div> </body> </html>