sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.51k stars 1.32k forks source link

Line endings in comments #1658

Open strohhut opened 8 years ago

strohhut commented 8 years ago

My scss files have CRLF endings. When using the default options or the {linefeed: "lf"} option with node-sass the /**/ comments still have CRLF in the resulting css. The rest are LF newlines as expected.

I'm on Windows.

xzyfer commented 8 years ago

Thanks for the report

saper commented 5 years ago

Is is possible to get a simple example?