Open fidian opened 11 years ago
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
background-color: white
background-color: $bgColor
Force some properties to always use variables and give errors when that does not happen.
Eg: Disallow
background-color: white
and allowbackground-color: $bgColor