modulare Webentwicklung

353 bookmarks
Newest
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
CSS is Not Broken
CSS is Not Broken
Coding in any language is hard before you spend time mastering it. Imagine what your JavaScript would look like if you never took the time to learn about OOP or
·keithjgrant.com·
CSS is Not Broken
CSS Concerns - Snook.ca
CSS Concerns - Snook.ca
These days, I often find myself hearing people say “we use BEM” or “we use SMACSS” and the question that often comes to mind is “how exactly do you use them?” Coming up with a catchy na...
·snook.ca·
CSS Concerns - Snook.ca