Css and Scalability
CSS-Architektur
Writing modular CSS (Part 3) — CSS file structure | Zell Liew
Can't find your Sass or JavaScript component files? Well, here's a way to organize them properly :)
Writing modular CSS (Part 2) — Namespaces | Zell Liew
Are you afraid of breaking your website when you change CSS? Here's how to overcome it with namespaces.
Writing modular CSS (Part 1) — BEM | Zell Liew
Choosing how to structure our CSS components – Quique Fdez. Guerra – Medium
Do you remember when working with CSS was like add /* */ to your index.html just before the /* */ 🙄 ?
Methods to Organize CSS | CSS-Tricks
Developer Ben Frain once remarked that it's easy to write CSS code, but it is hard to scale and support it. This article describes the set of solutions
Building Scaleable CSS – Peter Mouland – Medium
I have been working to help create styles that are to be used across multiple projects and teams; a Style-guide that should live long and…
CSS Architecture for Design Systems | Brad Frost
We just created a design system for a huge organization and established a CSS architecture we're quite pleased with. It's one of the first times I've ever gotten to a project's finish line without wishing I'd done at least a few things differently. So I thought it would be great to share how we went
Thoughts on Self-Documenting CSS
How to structure your CSS better as components
It's hard to overcome the troubles of global CSS
The End of Global CSS – SEEK blog – Medium
CSS selectors all exist within the same global scope.
CSS Architecture Guidelines – Medium
Writing CSS in imperative style can quickly effect in:
Pros and Cons: One Cascading Style Sheet or Many
Developers have been organizing their CSS by using multiple sheets or only a single sheet, and so we weight the pros and cons of each one.
Keeping it simple with CSS that scales - Andy Bell
How I Structure My CSS (for Now)
Matthias Ott is an independent user experience designer and developer from Stuttgart, Germany. Besides design practice he teaches Interface Prototyping at the Muthesius Academy of Fine Arts and Design, Kiel.
Developing For Imperfect: Future Proofing CSS Styles | Modern CSS Solutions
How do we plan future-proof styles in a world with an infinite degree of device and user ability variance? Let's explore how things can break and how modern CSS provides solutions.
Creating the “Perfect” CSS System – Gusto Design – Medium
A high level guide for designers and developers who write CSS, but want to be more strategic about building moderate to large scale CSS…
‘Scope’ in CSS – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts
Applying the concept of scope to our CSS
CSS Architecture | Appfolio Engineering
To many Web developers, being good at CSS means you can take a visual mock-up and replicate it perfectly in code. You don't use tables, and you pride yourself on using as few images as possible. If you're really good, you use the latest and greatest techniques like media queries, transitions and tra
OOCSS & RWD - Andrew Hathaway
Page you are looking notfound
When Bootstrap Attacks! by pamelafox
A presentation created with Slides.
CSS Style Guides | CSS-Tricks
As we wrap up our recent poll on ordering CSS properties, it brings up the larger issue of CSS style guides. Ordering properties is just one choice you
Skin Builder
Pure
A layout example that shows off a responsive photo gallery.
Brad Frost @ #btconf | Jan Beck
“Atomic Design” - notes from Brad Frosts talk at Beyond Tellerrand 2013.
Brett Jankord – Thoughts on semantic HTML class names and maintainability
The discussion of semantic HTML class names is one that goes back quite a while. While many great frontend developers have discussed back…
Naming UI components in OOCSS – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts
A way of giving complex, OOCSS-built components more meaningful names
Methods for Modifying Objects in OOCSS (@extend: A Fool’s Gold) – Oliver Joseph Ash
A new focus, a new site – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts
Redesigning CSS Wizardry to better suit my needs