The Rules of Margin Collapse
A deep dive into the rules and edge cases of CSS margin collapse, explaining when and why vertical margins overlap.
A deep dive into the rules and edge cases of CSS margin collapse, explaining when and why vertical margins overlap.
Explores the challenges of achieving pixel-perfect design implementation in web development across different devices and browsers.
A tutorial on integrating PostCSS with Webpack 5 to automatically add vendor prefixes and process modern CSS.
A guide exploring various CSS styling strategies for React applications, including CSS-in-CSS, CSS-in-JS, and utility-first approaches.
The author clarifies the confusing terms 'pre-processing' and 'post-processing' in the context of CSS tools like PostCSS.
Addresses common misconceptions about PostCSS, focusing on performance claims and its capabilities compared to preprocessors like Sass.
A personal list of the author's favorite and most impactful web development and design conference talks from 2016.
A personal recap of the 2016 Porto Tech Hub conference, highlighting its community atmosphere and the collaborative Porto tech scene.
A glowing review of Lea Verou's 'CSS Secrets', a book for advanced developers offering 47 CSS solutions and techniques.
An article clarifying the differences between pre-processing and post-processing in web development, with illustrations and a final verdict.
A 2015 article clarifying common misunderstandings about the PostCSS tool, written by a daily user.
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
Matt Stauffer shares his recent podcast and vlog appearances, discussing topics like SaaS, Laravel, and CSS.
Explores a technique for nesting Sass @imports within BEM methodology to generate contextual CSS classes.
A tutorial on how to style HTML <select> elements using CSS, covering cross-browser compatibility and mobile usability.
A review of the kod.io developer conference in Linz, covering talks on support, CSS, command-line tools, and AngularJS.
The author built Markedstyle, a web app using Laravel to manage and share custom CSS styles for the Marked Markdown previewer.
Explains why CSS-only auto-resizing of input fields is impossible due to HTML's definition of inputs as void elements.
A guide on using CSS to maintain the aspect ratio of embedded iframes (like videos) in responsive web design.
A developer shares their experience redesigning a personal blog using WordPress, focusing on CSS changes and exploring the Ghost platform.