Scalability
A Scalable CSS Reading List ¶
解决以下两个问题的阅读或观看清单:什么是可伸缩 CSS?和我们如何创建可伸缩 CSS?
通过 scalable CSS,我的意思是 CSS - 随着项目的不断发展,能够保持有效、连贯、可扩展和可维护 - 能够以一致、系统的方式被任何数量的不同人理解和使用
其中包括阐明关键原则和实践的资源. 该列表仅限于我认为最重要值得阅读的文章——也就是说,对问题的不同方法的最佳解释(据我所知).
如果您知道应该添加的资源,请分享! 提交问题或拉取请求.
(还有很多与 CSS 相关的其他问题:了解它的工作原理、使用特定属性、完成特定样式、实现响应式设计、提升性能等.此列表严格关注创建可伸缩 CSS 的问题.)
*所有部分均未提供任何类型的“排名”或“建议的阅读顺序”. 全部阅读. *
Articles¶
最新的在上,最旧的在下. (给美国以外的你的注意事项:我的日期是月/日/年格式.)
- 8 rules for a robust, scalable CSS architecture, 亚诺·兰塔宁 (Jarno Rantanen) (10/16/2016)
- More Meaningful CSS, 乔纳森·斯努克 (5/17/16)
- CSS and Scalability, 亚当·莫尔斯 (3/24/16)
- Can CSS Be Too Modular?, 哈里·罗伯茨 (Harry Roberts) (⅜/15)
- Side Effects in CSS, 菲利普沃尔顿 (3/3/15)
- Used and Abused -- CSS Inheritance and Our Misuse of the Cascade, 作者:Micah Godbolt (8/25/14)
- Enduring CSS: writing style sheets for rapidly changing, long-lived projects, 本·弗雷恩 (8/7/14)
- Challenging CSS Best Practices -- 建议作者称之为 Atomic CSS 的独特方法(所有实用程序类)-- Thierry Koblentz (10/21/13)
- Atomic Design , 作者 Brad Frost (6/10/13) —— 确切地说,这与 CSS 代码 无关; 但是很多人发现它是一种很有价值的思考前端组件架构的方式,它非常适合这个列表.
- MindBEMding - getting your head around BEM syntax, 哈里·罗伯茨 (Harry Roberts) (1/25/13)
- CSS Architecture, 菲利普·沃尔顿 (Philip Walton) (11/16/12)
- SOLID CSS, 米勒·梅代罗斯 (Miller Medeiros) (9/10/12)
- Shoot to kill: CSS selector intent, 哈里·罗伯茨 (Harry Roberts) (7/17/12)
- The open/closed principle applied to CSS, 哈里·罗伯茨 (Harry Roberts) (6/21/12)
- Keep your CSS selectors short, 哈里·罗伯茨 (Harry Roberts) (5/15/12)
- The single responsibility principle applied to CSS, 哈里·罗伯茨 (Harry Roberts) (4/28/12)
- About HTML semantics and frontend architecture, 尼古拉斯·加拉格尔 (Nicolas Gallagher) (3/15/12)
- An Introduction to Object Oriented CSS (OOCSS), 路易斯·拉扎里斯 (12/12/11)
Authoring Frameworks & Longer Readings¶
- Atomic CSS , 雅虎! 公司
- CSS Modules, 格伦·马登
- CSS Guidelines, 哈里·罗伯茨
- Scalable and Modular Architecture for CSS, 乔纳森·斯努克
- SUIT CSS Documentation, 尼古拉斯·加拉格尔 (Nicolas Gallagher)
- Multilayer CSS, 罗伯特·哈里托诺夫
- Object Oriented CSS Wiki 通过妮可沙利文
CSS Styleguides¶
这些样式指南阐明了编写可伸缩 CSS 的约定和指南.
(我将 styleguides 与我所说的 pattern libraries 区分开来,后者是为记录和举例说明现有样式而创建的参考,而不是用于编写样式的指南.其他人经常使用术语 styleguide 来指代这两种或其中一种参考类型.我认为模式库不太具体地涉及可扩展的 CSS,更多的是关于可扩展的前端设计和开发工作流程;所以我不包括与模式库相关的资源.)
Workflow Overviews¶
> 我们如何在 [blank] 做 CSS ...
文章概述了生产站点和大规模应用程序的实际 CSS 方法. 尽管这些文章通常不包含在上面的文章和更长的阅读中没有更好解释的原则,但它们是如此务实和具体,以至于它们本身就是重要的读物. 新的先来.
- Refining the Way We Structure Our CSS at Trello, 鲍比·格雷斯 (11/11/14)
- How we do CSS at Ghost, 保罗·戴维斯 (11/4/14)
- Medium's CSS is actually pretty f***ing good, 作者:雅各布·桑顿 (8/28/14)
- Codepen's CSS, 克里斯·科耶 (Chris Coyier) (7/30/14)
- CSS at Lonely Planet, 伊恩·费瑟 (Ian Feather) (7/24/14)
- Github's CSS, 马克奥托 (7/23/14)
Talks¶
最新的第一,我想.
- Atomic CSS (Slides), 蒂埃里·科布伦茨 (2015)
- Managing CSS Projects with ITCSS, 哈里·罗伯茨 (2014)
- React: CSS in JS, Christopher Chedeau,又名 Vjeux (2014)
- Thinking Beyond "Scalable CSS", 尼古拉斯·加拉格尔 (2014)
- Adaptation and Components (slides), 尼古拉斯·加拉格尔 (2014)
- CSS is a Mess, 乔纳森·斯努克 (2013)
- Architecting Scalable CSS (slides), 哈里·罗伯茨 (2013)
- CSS for Grownups (slides), 安迪·休姆 (2013)
- CSS module system in Google+ (slidesShubhie 恐慌 (2013)
- Object-Oriented CSS (slides), 妮可沙利文 (2009)