Archives (44 articles)
Today I learned: How to use a Sass variable within a CSS property (a.k.a variable) value
Find out how to use interpolation so that your Sass variable are rendered in your CSS properties value
Today I learned: How to append the parent selector at the end of a Sass rule declaration
Find out how to Sass @at-root *at-rule* to append the parent selector at the end of a Sass rule declaration
Today I learned: How to use .env files natively with Node.js
Find out how to use .env files natively with Node.js
Today I learned: How to access an array item in a Handlebars template
Find out how to access an array item in a Handlebars template
You may not need Vim relativenumber option after all
Exploration of motion options that may be more pragmatic than using Vim relative number option
How to open Firefox Developer Edition from the command line on Mac OS
Find out how you can open Firefox Developer Edition from your command line on Mac OS
My testing with Jest takeaways
A living list of short takeaways I'm compiling over time by testing code with the Jest testing framework
CSS Media queries media types and features cheatsheet
Quick overview of the different values for media types and features for CSS media queries
Workarounds to Git worktree using bare repository and cannot fetch remote branches
You cannot fetch remote branches when using git worktree with a bare repository? Here are workarounds