Hugo speaks from experience and gives us his personal suggestions on how to deal with a messy codebase, whether it's our own old project or something inherited.
Sass
Louis Lazaris has put together the definitive survey to gather data on various aspects of CSS. This post features the first part of the three-part survey.
Bartłomiej Kozal discusses the process of building his own Sass Framework, Hocus-Pocus, and the design decisions behind its features.
How web developers can use Sass' @extend feature to make their CSS cleaner, well-structured, and easier to maintain.
Louis Lazaris has discovered a slew of new tools for front-end developers. In this end-of-year post, he lists some of his favorite finds of 2015.
Thomas Greco provides a run-through of the different features available in Compass to allow you to easily work with flexbox in CSS.
When using other people's Sass code, you might make errors when passing data to mixins and functions. James shows some techniques to avoid this problem.
James looks at three Sass directives that assist developers in debugging their SCSS code and can also help when working on Sass projects on a team.
Hugo shows us how we can responsibly use the @error directive in Sass
In this video I'll explain the differences between CSS and SCSS in Sass.
Kitty takes some of the well known centering techniques in CSS and shows us how to wrap them in Sass mixins.
What's best to use in this head-to-head James shows us the strengths and weaknesses of Sass Maps vs. Nested Lists
Hugo Giraudel discusses the various popular ways in CSS that we name and use class selectors and how Sass can help in structuring them.
Una shares with us various CSS methodologies in creating Atomic OOBEMITSCSS
In this video I will show you how to develop a complimentary colour palette using Sass and where it does all the thinking.
Variables allow you to use data over and over again throughout your CSS files. In this video I'll teach you about how to use variables in your projects.
Hugo shows us how we can get started with SCSS-Lint to help write better Sass and CSS.
Today, we're launching a new reference on Sass, right here on SitePoint.
Kitty shows us how we can use Sassy Tester and gulp to help us when testing a Sass library.
David Khourshid shows us how to use True when your creating tests for your Sass framework.
Hugo shows us how we can got about testing a Sass function in 5 minutes or so using Sass.
Hugo shows us the bare essentials of what we could include in making a Gulp workflow for Sass.
James shows us how we can save a little time by using Sass to help create the CSS for Style Tiles
Hugo shows us how to use recursion in creating an awesome Sass mixin for media queries and media merging.
Kitty Giraudel shows us four ways of theming with Sass discussing the code required, the output and the pros and cons of each option.
Nate goes through what's needed to support older versions of IE and how Sass can help fix them easily.
Reggie shows us how we can use @import, @extend, @media and @at-root in Sass.
In this short video, I'll show you how to get started with Sass from the very beginning: by installing and verifying Sass.
James shows us how we can generate nice typography for our responsive sites with Sass maps and functions
Adam Onishi shows us how he's recently been creating a configuration file for theming with Sass.