Force some properties to always use variables and give errors when that does not happen. Eg: Disallow `background-color: white` and allow `background-color: $bgColor`
Force some properties to always use variables and give errors when that does not happen.
Eg: Disallow
background-color: whiteand allowbackground-color: $bgColor