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
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!"
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
The text was updated successfully, but these errors were encountered: