Closed
Description
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.