Upgrading to Modern Sass

In this case, Sass stands for Syntactically Awesome Style Sheets.

In this case, Sass stands for Syntactically Awesome Style Sheets.

In a previous post, I mentioned that I will be working on my next major update for The M.X. As part of these changes, I thought to put together some tutorials documenting this process.

As part of my ongoing and gradual transformation of this blog site, I noticed some posts should be pages instead. Particularly, theme home pages were posts but should be pages.

Lately, I have been on a crusade to speed up this blog site by making adjustments to my blog theme. After running PageSpeed Insights, I saw that WooCommerce loads its scripts and styles on every page.

A couple of months ago, while upgrading Mixin’ Styles- GB, I decided I wanted the build process line up with WordPress standards. It is a block theme, after all. The way I set up the previous build, I wasn’t able to work on files that would automatically be minified, as I saved separate .min files. […]

This tutorial follows a previous tutorial Adding Google Fonts to a WordPress Block Theme Without a Plugin. But it can be viewed as standalone. Within, we will add a new font to an example version of the Mixin’ Styles- GB theme. Then, we will put the font to use in the theme, making adjustments along […]