└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # css-stuff 2 | CSS Architecture and Related Stuff 3 | 4 | ## Contributing workflow 5 | 6 | If you think you’ve got something that should be in the list, feel free to follow these steps: 7 | 8 | 1. Fork the repo. 9 | 2. Create a new branch 10 | 3. Make your changes to your fork. 11 | 4. Send a pull request from your fork’s branch to our `master` branch. 12 | 13 | ## a lot stuff 14 | 15 | * [@snookca - Your CSS is a Mess on Vimeo](https://vimeo.com/61755493) 16 | * [@csswizardry – Architecting Scalable CSS](https://vimeo.com/70041549) 17 | * [@csswizardry – What Is A CSS Framework Anyway?](https://vimeo.com/95734680) 18 | * [@snookca - Decoupling HTML From CSS](https://www.smashingmagazine.com/2012/04/decoupling-html-from-css/) 19 | * [@thierrykoblentz - Challenging CSS Best Practices](https://www.smashingmagazine.com/2013/10/challenging-css-best-practices-atomic-approach/) 20 | * [@csswizardry - Normalising Designs For Better Quality CSS](https://www.youtube.com/watch?v=ldx4ZFxMEeo) 21 | * [@csswizardry - Breaking Good Habits](https://vimeo.com/44773888) 22 | * [@csswizardry - Big CSS](https://speakerdeck.com/csswizardry/big-css) 23 | * [@csswizardry - Architecting Scalable CSS](https://www.youtube.com/watch?v=R-BX4N8egEc) 24 | * [Overview / MVCSS](http://mvcss.io/) 25 | * [@jina - In Search of a Living Design System](https://the-pastry-box-project.net/jina-bolton/2015-march-28) 26 | * [@safareli - Write better CSS ](https://speakerdeck.com/safareli/write-better-css) 27 | * [@safareli - Single responsibility principle and CSS](https://speakerdeck.com/safareli/single-responsibility-principle-and-css) 28 | * [@Vjeux - React: CSS in JS – NationJS](http://blog.vjeux.com/2014/javascript/react-css-in-js-nationjs.html) 29 | * [CSS Bliss Walkthrough](http://gilbox.github.io/css-bliss/walkthrough/release/) 30 | * [CSS Bliss Solving Complexity](https://github.com/gilbox/css-bliss/blob/master/solving-complexity.md) 31 | * [@markdalgleish - The End of Global CSS](https://medium.com/seek-ui-engineering/the-end-of-global-css-90d2a4a06284) 32 | * [Nicole Sullivan - Style Guide Driven Development](https://www.youtube.com/watch?v=ldW7zVmqu5g) 33 | * [Responsive UX Design Systems](https://www.youtube.com/watch?v=z_ZLkEZtwLk) 34 | * [@jina - Living Design Systems](https://www.youtube.com/watch?v=-CRp5Cx7NZw) 35 | * [@brad_frost - Atomic Design](https://vimeo.com/109130093) 36 | * [@susanjrobertson - Style Guides: Why bother?](https://vimeo.com/117250454) 37 | * [@philwalton - How to Become a Great Front-End Engineer](http://philipwalton.com/articles/how-to-become-a-great-front-end-engineer/) 38 | * [@csswizardry - Managing CSS Projects with ITCSS](https://www.youtube.com/watch?v=1OKZOV-iLj4) 39 | * [@csswizardry - More Transparent UI Code with Namespaces](http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces) 40 | * [@csswizardry - BEMIT: Taking the BEM Naming Convention a Step Further](http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/) 41 | * [@glenmaddern - CSS Modules - Welcome to the Future](http://glenmaddern.com/articles/css-modules) 42 | * [Robert Haritonov- An In-Depth Overview Of Living Style Guide Tools](https://www.smashingmagazine.com/2015/04/an-in-depth-overview-of-living-style-guide-tools/) 43 | * [Attribute Modules for CSS](https://amcss.github.io) 44 | * [@SlexAxton | Your Very Own Component Library](https://www.youtube.com/watch?v=zSYo7m5kGHQ) 45 | * [@cole_peters | Building and shipping functional CSS](https://blog.colepeters.com/building-and-shipping-functional-css/) 46 | * [@necolas | About HTML semantics and front-end architecture](http://nicolasgallagher.com/about-html-semantics-front-end-architecture/) 47 | * [@philwalton | CSS Architecture](http://philipwalton.com/articles/css-architecture) 48 | * [@davidtheclark | The Role of Utility Classes in Scalable CSS](http://davidtheclark.com/on-utility-classes) 49 | --------------------------------------------------------------------------------