You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using libsass-python to compile SCSS on different platforms. Unfortunately, on Windows systems the generated CSS contains windows line endings while on Linux systems, Linux line endings are used.
This creates a problem where unnecessary whitespace changes make reviews harder.
I would suggest either using one set of endings consistently (Linux, for example) OR analyzing the file endings of the input file and sticking with those.