Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
viko16 committed Jan 29, 2018
1 parent b44b0f0 commit 8e6d420
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions posts/2018-01-28-一些前端工具站点.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ date: 2018-01-28
## 📙 Documents

- [MDN Web 文档](https://developer.mozilla.org/zh-CN/docs/Web) - 权威的 Web 技术文档库,各种网络标准、最佳实践、开发者文档
- [DevDocs API Documentation](http://devdocs.io/) - 各种 API 文档聚合,可以离线、更新迅速,可以看做网页版 Dash
- [Emmet 语法参考手册](https://docs.emmet.io/cheat-sheet/)
- [DevDocs API Documentation](https://devdocs.io/) - 各种 API 文档聚合,可以离线、更新迅速,可以看做网页版 Dash
- [Emmet Cheat Sheet](https://docs.emmet.io/cheat-sheet/)
- [Can I use](https://caniuse.com/) - 现代 Web 技术的浏览器支持程度对照表
- [Devhints](https://devhints.io/) - @rstacruz 总结的各种技术备忘单,界面很好看哦
- [CSS Reference](http://cssreference.io/) - CSS 属性可视化指南
- [CSS Reference](https://cssreference.io/) - CSS 属性可视化指南
- [CSS Triggers](https://csstriggers.com/) - 列出了哪些 CSS 属性会触发浏览器重新布局、绘制和合成

## 🎨 Playgrounds
Expand All @@ -22,7 +22,7 @@ date: 2018-01-28
以下都是比较出名的了

- https://codepen.io/
- http://jsbin.com/
- https://jsbin.com/
- https://jsfiddle.net/
- http://requirebin.com/
- https://www.webpackbin.com/
Expand All @@ -33,5 +33,5 @@ date: 2018-01-28
- [Flexy Boxes](http://the-echoplex.net/flexyboxes/) - CSS Flexbox 的可视化工具,还能生成代码
- [CSS Grid Template Builder](https://codepen.io/anthonydugois/full/RpYBmy/) - CSS Grid 的可视化工具
- [cubic-bezier](http://cubic-bezier.com/) - 贝塞尔曲线生成器,写 CSS 动画的时候很实用
- [CSS三角形生成器](https://leekoho.github.io/demo/triangle/)
- [CSS 三角形生成器](https://leekoho.github.io/demo/triangle/)
- [Carbon](https://carbon.now.sh) - 给你的代码片段生成很漂亮的截图

0 comments on commit 8e6d420

Please sign in to comment.