The archives

Sass

Quick and Easy Dark Mode with Sass

November 5, 2021

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, until recently. And now that I am starting to use it…

WordPress Development with Gulp

February 13, 2016

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 Javascript, and optimize images. It will also LiveReload when saving Sass…

WordPress Admin Bar Break Points

April 21, 2015

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 on what screen size your viewing at here’s a quick rundown…

Our WordPress development process

November 18, 2014

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 about how we develop WordPress websites. These are the steps we…

From Codekit to Grunt and back

August 29, 2014

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 weeks ago I was feeling pretty awesome and decided to puh-phushaw…

Codekit 2.0, WordPress, and MAMP

March 25, 2014

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 turns out I was just doing it wrong. If you’ve used…

Nested retina media queries with Sass

January 15, 2013

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. During a recent project I was interested to know if these…