Gl functions
A fix for:
From what I can tell, the px-to-rem
calculation is not always honored during compile time. This throws a type cast error from the Sass Lint job as it is trying an invalid type coerce from a String to a Int.
We aim to solve that issue by inlining the calculations to always resolve as a Int via REM.