Skip to content

Instantly share code, notes, and snippets.

View delowardev's full-sized avatar
🏠
Working from home

Delowar Hossain delowardev

🏠
Working from home
View GitHub Profile
@delowardev
delowardev / css-compress.php
Created February 8, 2018 09:31 — forked from brentonstrine/css-compress.php
Fix space removal so that it doesn't break space-separated values where the developer used more than one space to separate values.
<?php
/**
* On-the-fly CSS Compression
* Copyright (c) 2009 and onwards, Manas Tungare.
* Creative Commons Attribution, Share-Alike.
*
* In order to minimize the number and size of HTTP requests for CSS content,
* this script combines multiple CSS files into a single file and compresses
* it on-the-fly.
*