|  |      1Livid MOD PRO 这个地方是我漏了,马上加上。 谢谢。 | 
|  |      3tension OP 搜索 css 里所有的 -moz-border-radius 我发现好多都没... | 
|  |      4Sivan      2012-04-26 23:45:29 +08:00 我觉得 border-radius 不用加前缀了,基本都支持原生了。 | 
|  |      5dreamer      2012-04-27 00:08:44 +08:00  1 推荐一下 less: http://lesscss.org 用这个把常用的 hack 封装成函数会减少很多工作量。 | 
|  |      7lepture      2012-04-27 00:12:58 +08:00 border-radius 我早就不加前缀了。 | 
|  |      8turing      2012-04-27 00:45:21 +08:00 我是来水楼的,好多熟人XD | 
|  |      9chuck911      2012-04-27 00:57:41 +08:00 | 
|  |      10Livid MOD PRO Camino 的 stable 版本目前还不支持 border-radius。 | 
|  |      12dreamer      2012-04-27 09:38:45 +08:00  2 @Livid :) 另外再推荐一个小工具:SimpLESS http://wearekiss.com/simpless ,它可以很方便地帮你把 .less 编译成 .css ,而且是压缩过的。 Twitter Bootstrap 就是用 LESS 写的: http://twitter.github.com/bootstrap/less.html ,它源码里面的 mixins 有很多值得参考的地方: https://github.com/twitter/bootstrap/blob/b261f9781bbf31f499cb55c49451dc0c0ad43062/less/mixins.less | 
|  |      13yyfearth      2012-04-27 09:42:09 +08:00 @Livid Stylus + nib 也是个不错的选择 http://learnboost.github.com/stylus/ nib是一些常用mixins, 比如 gradients overflow | 
|  |      14NemoAlex      2012-04-27 10:05:49 +08:00 | 
|  |      15tension OP 各位推荐的都是好东西啊,又学习了! | 
|  |      19tension OP |