CSS-Architektur

61 bookmarks
Custom sorting
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?
CSS in JavaScript: The future of component-based styling
CSS in JavaScript: The future of component-based styling
By adopting inline styles, we can get all of the programmatic affordances of JavaScript. This gives us the benefits of something like a CSS pre-processor (variables, mixins, and functions). It also solves a lot of the problems that CSS has, such as global namespacing and styling conflicts. For a deep
·medium.freecodecamp.com·
CSS in JavaScript: The future of component-based styling
CSS Architecture — Philip Walton
CSS Architecture — Philip Walton
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 transforms. While all this is certainly true of good CSS developers, there's an entirely separate side to CSS that rarely gets mentioned when assessing one's skill.
·philipwalton.com·
CSS Architecture — Philip Walton