A New Day, A New “CSS” Thing
A developer's opinionated take on Stylify, a new CSS tool, and a broader critique of CSS frameworks and hype in the web development community.
A developer's opinionated take on Stylify, a new CSS tool, and a broader critique of CSS frameworks and hype in the web development community.
A developer shares the joy of working on their personal website, experimenting with Webmentions and side projects.
A guide to CSS color formats like Hex, RGB, HSL, and modern options like LCH and P3, explaining their differences and best use cases.
A developer shares his positive experience switching from Twitter to Mastodon for a more enjoyable, less toxic social media environment.
Using the CSS box-decoration-break property to create padded, multi-line text with background colors, solving a common web design challenge.
Author updates on new web design book edition, potential Vim/JavaScript projects, and shares experiences with custom keyboards and input devices.
A developer argues for using CSS box-sizing: border-box as the universal default, criticizing design systems that don't adopt it.
Lea Verou's re-election statement for the W3C Technical Architecture Group, focusing on web standards and developer needs.
A frontend developer shares their detailed thought process and decision-making while building a responsive hero section with modern CSS.
Explains why using px units for CSS font-size can harm accessibility and override user preferences, advocating for em/rem units instead.
Explains how to convert Display-p3 colors from Sketch to CSS for Safari, covering color spaces and current browser support limitations.
Explains how to create halftone patterns using CSS, covering gradients, masks, and filters for a retro printing effect.
Argues that CSS class-naming conventions like BEM or ECSS remain a pragmatic choice for scalable CSS architecture, even with modern features like Cascade Layers.
The State of CSS 2022 survey is now open, gathering developer feedback on new CSS features, pain points, and usage patterns.
Explores practical use cases for CSS comparison functions like clamp(), max(), and min(), including fluid sizing, decorative elements, and hero sections.
A guide to using CSS container queries, a new feature for component-based responsive web design, including browser support and polyfill updates.
Explains how to use CSS @supports for feature detection, including checking property support and new selectors like :has() and :focus-visible.
A talk on modern CSS layout techniques, emphasizing flexibility and new features like Container Queries and :has().
CSS container queries are now supported in modern browsers, enabling responsive component design based on parent container size instead of viewport.