Grayscale function overrides native CSS filter grayscale
Created by: KyleNeedham
The grayscale
function definiton in _functions
overrides the native CSS grayscale function. This means that anywhere you do filter: grayscale(100)
it is set to a HEX value, which of course does not work.
Perhaps instead of naming it graysacle
we could name it gray
?