Skip to content

Gl functions

David O'Regan requested to merge gl-functions into master

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.

Merge request reports

Loading