UNPKG

grunt-penthouse

Version:

Grunt plugin for extracting critical path css

16 lines 311 B
<!DOCTYPE html> <html> <head> <title></title> <link rel="stylesheet" href="main.css"/> </head> <body> <div id="box1">Box 1 <div id="box11">Box 1.1</div> </div> <div id="box2">Box 2 <div id="box21">Box 2.1</div> <div id="box22">Box 2.2</div> </div> </body> </html>