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
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