modulare Webentwicklung

361 bookmarks
Newest
Coding CSS for Context - Snook.ca
Coding CSS for Context - Snook.ca
Dave Rupert recently tweeted asking a question that I see quite often: .some-context .thing { /* special rules and overrides */ } Does that go in thing.css or some-context.css? Then, Har...
·snook.ca·
Coding CSS for Context - Snook.ca
CSS Architecture for Design Systems | Brad Frost
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
·bradfrost.com·
CSS Architecture for Design Systems | Brad Frost
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
Coding CSS for Context - Snook.ca
Coding CSS for Context - Snook.ca
Dave Rupert recently tweeted asking a question that I see quite often: .some-context .thing { /* special rules and overrides */ } Does that go in thing.css or some-context.css? Then, Har...
·snook.ca·
Coding CSS for Context - Snook.ca