Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle/output CSS files with CRLF eol #56

Open
rickski-au opened this issue Jan 26, 2021 · 2 comments
Open

Handle/output CSS files with CRLF eol #56

rickski-au opened this issue Jan 26, 2021 · 2 comments

Comments

@rickski-au
Copy link

Does not handle blank lines and comments in CSS files with CRLF eol
Input file...
/* Comment 1 /CRLF
/
Comment 2 /CFLF
/
Comment 3 /CRLF
Outputs...
/
Comment 1 /LF
LF
/
Comment 2 /LF
LF
/
Comment 3 */LF

@rickski-au
Copy link
Author

rickski-au commented Jan 26, 2021

NOTE: Posting the above removed all the asterisks, that were after starting / and before ending / on each line!!!

@rickski-au
Copy link
Author

Just retested this problem with input file with LF EOL character, and the problem still exists.
So this problem should actually be "Keep the original format of comment lines and comment blocks!"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant