CSS最小化? [英] CSS Minimizer?

查看:202
本文介绍了CSS最小化?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你知道有一个在线CSS压缩程序,它可以帮助删除reduce /无效的CSS声明,并用更优化的CSS替换它。

Do you know of an online CSS compressor that helps remove redudant/ineffecient CSS declarations and replaces it with more optimized CSS?

意思,我知道很多

但我要找的是足够聪明的:

But what I'm looking for is something smart enough to know that:

border-top: 1px solid red; 
border-bottom: 1px solid red; 
border-right: 1px solid red; 
border-left: 1px solid red; 

与效率相同:

border: 1px solid red;

UPDATE
在以下链接

UPDATE: The CSS I'm trying to optimize is at the link below

http://tinyurl.com/ yhy5ln

推荐答案

吗?在可能的情况下美化,缩小,合并和简化规则。

Will this do? It beautifies, minifies, merges, and simplifies rules where possible, and is highly configurable.

这篇关于CSS最小化?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆