compiled successfully
4 Steps to Self-Hosted Fonts in Gatsby
October 17, 2019Here's the easy 4-step process I used to implement custom fonts on this blog.
Hiding Things with CSS
October 04, 2019A quick overview on ways to hide content with CSS
A word on Sass @extend
August 05, 2019@extend is a powerful SASS tool that helps keep your code nice and dry, but it can have drawbacks if used incorrectly.
Simple Site Containers with CSS Grid
May 14, 2017Here's a way to leverage CSS Grid to make pulling content in and out of your page's container a breeze.
Git update-index --skip-worktree, and how I used to hate config files
June 01, 2016An update-index use-case for managing local changes to config files.