How to implement a simple CSS based search using only JavaScript. There aren’t many use cases for this functionality, but if it matches what you’re trying to accomplish, it’s blazing…
If you want to add your own git repo as a composer package you can use the code snippet below. The attributes you will need to replace with your own:…
Sometimes we may want to defer loading of scripts for a wide variety of uses. In WordPress we enqueue scripts in our functions.php file (or somewhere else depending on your…
First of all, what is SASS globbing (I will use SASS and SCSS interchangeably): SASS globbing is when you, during CSS pre-processing, automatically detect all partial SCSS files within defined…
What is Accessibility? According to the W3C: Web accessibility means that people with disabilities can perceive, understand, navigate, and interact with the Web, and that they can contribute to the…