SASS: Incompatible units: ‘vw’ and ‘px’ August 12, 2023 by Tarik I was able to fix the error in React SASS using the calc function. font-size: calc(max(8vw, 30px));