Sass

Notes from the shop — process, tools, and the occasional opinion.
November 5, 2021

Quick and Easy Dark Mode with Sass

I haven't spent a ton of time thinking about dark mode updates to websites. I haven't used it much on any of my devices,…
February 13, 2016

WordPress Development with Gulp

Here's how we develop WordPress websites using Sass and Gulp. At least for this week. We use it to compile Sass, concatenate and minify…
April 21, 2015

WordPress Admin Bar Break Points

If you're building a responsive site with a fixed header, you may have run into troubles with content below the header fitting correctly, depending…
November 18, 2014

Our WordPress development process

After a recent launch a twitter follower asked how we manage development and I replied: He then asked for a writeup. So let's talk…
August 29, 2014

From Codekit to Grunt and back

I've used Codekit since the day I started with Sass. It helped me understand Sass and make my CSS authoring fun again. A few…
March 25, 2014

Codekit 2.0, WordPress, and MAMP

I upgraded to Codekit 2.0 a few days ago and so far it's great. I thought the browser refresh feature was broken but it…
January 15, 2013

Nested retina media queries with Sass

Since switching from LESS to Sass I've been excited to learn how Sass makes responsive web design easier with @content blocks and @media mixins.…