Skip to content

Commit 214365b

Browse files
committedSep 29, 2014
Update README.md
1 parent c751554 commit 214365b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Included are resources that articulate key principles and practices. The list is
1818

1919
Newest on top, oldest on bottom.
2020

21-
- [Medium's CSS is actually pretty f\*\*\*ing good](https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06), by Jacob Thornton (8/28/14)
2221
- [Used and Abused -- CSS Inheritance and Our Misuse of the Cascade](http://www.phase2technology.com/blog/used-and-abused-css-inheritance-and-our-misuse-of-the-cascade/?utm_source=CSS-Weekly&utm_campaign=Issue-127&utm_medium=RSS), by Micah Godbolt (8/25/14)
2322
- [Enduring CSS: writing style sheets for rapidly changing, long-lived projects](http://benfrain.com/enduring-css-writing-style-sheets-rapidly-changing-long-lived-projects), by Ben Frain (8/7/14)
2423
- [Challenging CSS Best Practices](http://www.smashingmagazine.com/2013/10/21/challenging-css-best-practices-atomic-approach/) -- suggesting a unique approach (all utility classes) the author calls Atomic CSS -- by Thierry Koblentz (10/21/13)
@@ -34,6 +33,7 @@ Newest on top, oldest on bottom.
3433
- [An Introduction to Object Oriented CSS (OOCSS)](http://www.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/), by Louis Lazaris (12/12/11)
3534

3635
## Authoring Frameworks & Longer Readings
36+
3737
- [CSS Guidelines](http://cssguidelin.es/), by Harry Roberts
3838
- [Scalable and Modular Architecture for CSS](https://smacss.com/), by Jonathan Snook
3939
- [SUIT CSS Documentation](https://github.com/suitcss/suit/blob/master/doc/README.md), by Nicolas Gallagher
@@ -52,6 +52,20 @@ These styleguides articulate conventions and guidelines for authoring scalable C
5252
- [Medium](https://gist.github.com/fat/a47b882eb5f84293c4ed)
5353
- [Google](http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml#CSS_Style_Rules)
5454

55+
56+
## Workflow Overviews
57+
58+
> How we do CSS at [blank] ...
59+
60+
Articles providing overviews of real-life CSS methodologies for production sites and apps of significant scale. Newest first.
61+
62+
- [Refining the Way We Structure Our CSS at Trello](http://blog.trello.com/refining-the-way-we-structure-our-css-at-trello/), by Bobby Grace (11/11/14)
63+
- [Medium's CSS is actually pretty f\*\*\*ing good](https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06), by Jacob Thornton (8/28/14)
64+
- [Codepen's CSS](http://codepen.io/chriscoyier/blog/codepens-css), by Chris Coyier (7/30/14)
65+
- [CSS at Lonely Planet](http://ianfeather.co.uk/css-at-lonely-planet/), by Ian Feather (7/24/14)
66+
- [Github's CSS](http://markdotto.com/2014/07/23/githubs-css/), by Mark Otto (7/23/14)
67+
68+
5569
## Talks
5670

5771
Newest first, I think.

0 commit comments

Comments
 (0)
Please sign in to comment.