NAME HTML::DoCoMoCSS - css inliner SYNOPSIS # src use HTML::DoCoMoCSS; my $inliner = HTML::DoCoMoCSS->new(base_dir => '/path/to/documentroot/'); $inliner->apply(<<'...'); <html> <head> <link rel="stylesheet" href="/css/foo.css" /> </head> <body> <div class="title">bar</div> </body> </html> ... # foo.css .title { color: red; } # result <html> <head> <link rel="stylesheet" href="/css/foo.css" /> </h
{{#tags}}- {{label}}
{{/tags}}