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