Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 510 Bytes

php.md

File metadata and controls

17 lines (11 loc) · 510 Bytes

If you're using Composer you can use Crush in your project with the following line in your terminal:

composer require css-crush/css-crush

If you're not using Composer yet just download the library (zip or tar) into a convenient location and require the bootstrap file:

<?php require_once 'path/to/CssCrush.php'; ?>