v 0.7.2 – Minify Css – You can decrease the size of css files
-
Hi guys, I have implemented Css Compressor for reducing the size of css files. You can deacrease the page load time.
Example;
.content{
width: 100px;
height: 100px;
padding: 5px 5px;
}to
.content{width: 100px;height: 100px;padding: 5px 5px;}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘v 0.7.2 – Minify Css – You can decrease the size of css files’ is closed to new replies.