Why is css.main.min file showing up in one LONG line of code?

When I open up the css.main.min file with my text editor (atom 2) it displays your file all in one line of text making it almost impossible to decipher. What did i do?

Hello @corymccord2112,

The main.min.css is the minified version of main.css

You might want to have a look here to understand what the minified files is:
http://www.cleancss.com/css-minify/

Best regards