*/ $output = ' Full CSS extraction

Full CSS Extraction

Url: '.$url.'

'; foreach ($cssfiles as $file) { if ($file['inline']) { $output .= ' '; } else { $output .= ' '; } } $output .= '
Full CSS ()
Download | Beautify | Minify | Validate | CSSLINT
';