Monthly Archives: December 2021

Checking for missing references when using custom properties

- Posted in css webdev workflow

When you declare a variable with SCSS, like so: And you use it somewhere, but you make an error… …the compiler will warn you. In fact the project probably won’t compile. This prevents you from making a wrong reference. This type of bug is a “wrong reference bug” i.e. we are referencing the wrong thing. […]