I have been struggling trying to use css max() and scss variables together. For instance, font-size: max(5vw, 991px * 0.075); works, but the follow
max()
font-size: max(5vw, 991px * 0.075);