modulare Webentwicklung

353 bookmarks
Newest
About the Quality of Our Style Sheets
About the Quality of Our Style Sheets
The craft of CSS is dying, it’s easy to claim these days. But is style sheet quality that important at all? The opposite position appears legitimate just as well. A few thoughts.
·sumcumo.com·
About the Quality of Our Style Sheets
What is Modular CSS?
What is Modular CSS?
Modular CSS is a collection of principles for writing code that is performant and maintainable at scale.
·spaceninja.com·
What is Modular CSS?
How to decide whether you should chain or extend CSS classes
How to decide whether you should chain or extend CSS classes
by Sarah Dayan How to decide whether you should chain or extend CSS classesPhoto by Alexandru Tugui on UnsplashIf you’re building an app or a website that changes often, modular CSS methods solve many issues. Instead of copying your HTML structure in CSS and decorating it, you create consumable
·medium.freecodecamp.org·
How to decide whether you should chain or extend CSS classes
Clean Up Your Code with Modular CSS - Treehouse Blog
Clean Up Your Code with Modular CSS - Treehouse Blog
CSS. It's a web designer's playpen. With so many colors, type settings, layout options, and responsive possibilities, it's easy to turn a stylesheet into a million line nightmare. However, with a few simple actions you can clean up the mess so the CSS works with you, not against you.
·blog.teamtreehouse.com·
Clean Up Your Code with Modular CSS - Treehouse Blog
In Defense of Utility-First CSS – freeCodeCamp
In Defense of Utility-First CSS – freeCodeCamp
by Sarah Dayan Photo by Iker Urteaga on UnsplashIn Defense of Utility-First CSS“Favor composition over inheritance”. This piece of wisdom from Design Patterns, one of the most influential software engineering books, is the foundation of utility-first CSS. It also shares many principles with functional programming: immutability, composability, predictability, and
·medium.freecodecamp.org·
In Defense of Utility-First CSS – freeCodeCamp
BEM by Example | Sparkbox | Web Design and Development
BEM by Example | Sparkbox | Web Design and Development
BEM is a popular CSS naming convention. While the fundamentals of BEM are simple and straightforward, mistakes are common. These BEM examples will help you apply this useful naming convention and avoid some of the pitfalls many face when using BEM naming conventions.
·seesparkbox.com·
BEM by Example | Sparkbox | Web Design and Development