`Sass Compiling Error
style.scss
"Missing argument $color: style.scss on line 931, at column 1"`
SOLUTION:
Make the SASS compiler case sensitive to process only lowercase so filter: INVERT() gets ignored by sass and can be used as css
MORE INFO:
When Sass and New CSS Features Collide