/ Published in: PHP
Usage is in the source, it is pretty self explanatory :)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Usage <link rel="stylesheet" type="text/css" href="minify.php?css=styles.css" /> //minify.php <?php echo minify( $content ); function minify( $css ) { } ?>
URL: http://www.lateralcode.com/css-minifier/