2310
2310
"name" :" CodeMirror" ,
2311
2311
"des" :" 浏览器中的代码编辑器" ,
2312
2312
"tags" :[" 工具" ," 编辑器" ]
2313
+ },{
2314
+ "name" :" hexo" ,
2315
+ "url" :" https://hexo.io/zh-cn/" ,
2316
+ "des" :" 快速、简洁且高效的博客框架" ,
2317
+ "tags" :[" 博客搭建" ]
2318
+ },{
2319
+ "name" :" jekyll" ,
2320
+ "url" :" http://jekyll.bootcss.com/" ,
2321
+ "des" :" 将纯文本转化为静态网站和博客" ,
2322
+ "tags" :[" 博客搭建" ]
2323
+ },{
2324
+ "name" :" Tumblr" ,
2325
+ "url" :" https://www.tumblr.com/" ,
2326
+ "des" :" 轻博客的祖师爷" ,
2327
+ "tags" :[" 博客搭建" ]
2328
+ },{
2329
+ "name" :" Wordpress" ,
2330
+ "url" :" https://zh-cn.wordpress.com/" ,
2331
+ "des" :" 这玩意古老到我都不想介绍鸟" ,
2332
+ "tags" :[" 博客搭建" ]
2333
+ },{
2334
+ "name" :" LoadersCSS" ,
2335
+ "url" :" https://connoratherton.com/loaders" ,
2336
+ "des" :" 用 CSS 技术实现 loading 动画; 补一句,想熟悉、理解 `keyframes、animation、transform、transition`的童鞋可以直接去读其源码(只有千把行代码),读完就算出师鸟:)" ,
2337
+ "tags" :[" CSS" ]
2338
+ },{
2339
+ "name" :" WeUI" ,
2340
+ "url" :" https://github.com/weui/weui" ,
2341
+ "des" :" 一套同微信原生视觉体验一致的基础样式库 为微信 Web 开发量身设计,令用户的使用感知更加统一" ,
2342
+ "tags" :[" CSS" ]
2343
+ },{
2344
+ "name" :" PostCSS" ,
2345
+ "url" :" https://github.com/postcss/postcss" ,
2346
+ "des" :" PostCSS在以惊人的速度发展,而且越来越受人欢迎。越来越多的人开始在了解它,使用它。因为他们意识到,在项目中使用PostCSS让他们意识到了眼前一亮。" ,
2347
+ "tags" :[" CSS" ]
2348
+ },{
2349
+ "name" :" CSSgram" ,
2350
+ "url" :" https://github.com/una/CSSgram" ,
2351
+ "des" :" 图片滤镜库,终于可以用 CSS 在 web 上实现滤镜的效果鸟 IE不支持,不过新的移动设备支持没问题 " ,
2352
+ "tags" :[" CSS" ]
2353
+ },{
2354
+ "name" :" HINT.css" ,
2355
+ "url" :" https://github.com/chinchang/hint.css" ,
2356
+ "des" :" 一款非常小巧的提示框效果" ,
2357
+ "tags" :[" CSS" ]
2358
+ },{
2359
+ "name" :" Balloon.css" ,
2360
+ "url" :" http://kazzkiq.github.io/balloon.css/" ,
2361
+ "des" :" 同上,一款非常小巧的提示框效果" ,
2362
+ "tags" :[" CSS" ]
2363
+ },{
2364
+ "name" :" Hover.css" ,
2365
+ "url" :" http://ianlunn.github.io/Hover/" ,
2366
+ "des" :" 很多鼠标 Hover 态的效果,可以给产品学习一下:)" ,
2367
+ "tags" :[" CSS" ]
2368
+ },{
2369
+ "name" :" Cursor" ,
2370
+ "url" :" http://css-cursor.techstream.org/" ,
2371
+ "des" :" 记录各浏览器对Cursor的支持情况" ,
2372
+ "tags" :[" CSS" ," caniuse" ]
2373
+ },{
2374
+ "name" :" csscss" ,
2375
+ "url" :" https://github.com/zmoazeni/csscss" ,
2376
+ "des" :" 用于检查 CSS 代码冗余" ,
2377
+ "tags" :[" CSS" ]
2378
+ },{
2379
+ "name" :" hamburgers" ,
2380
+ "url" :" https://jonsuh.com/hamburgers/" ,
2381
+ "des" :" 简单的动画库,让 Click(or Tap) 变得美妙" ,
2382
+ "tags" :[" CSS" ]
2383
+ },{
2384
+ "name" :" cssmatic" ,
2385
+ "url" :" http://www.cssmatic.com" ,
2386
+ "des" :" 一个帮忙调试CSS效果的工具" ,
2387
+ "tags" :[" CSS" ]
2313
2388
}]
0 commit comments