rss_feed

CSS

New CSS Function: light-dark()

A few days ago, I stumbled across a new function in CSS that is going to make my life a tremendous amount easier: light-dark()

April 12, 2024

Automatically Compile SASS Using Node.js and Express

For about two years I have been using Grunt to compile my SASS files into CSS for projects for work as well as for personal projects such as this website. This workflow has served me well and I still use it for most of my PHP-based projects. However, I’ve come up with an even easier and faster solution for my Node.js-based applications.

June 26, 2020