I am using VS 2013 and there is some downloaded css files that have everything packed in 1 line.
How do I get it in proper format?
I am using VS 2013 and there is some downloaded css files that have everything packed in 1 line.
How do I get it in proper format?
Try using Ctrl + K, Ctrl + D to auto format it. Works for me in VS 2013.
EDIT: Just noticed you're using the "min" version. That's the minified version. There is a 'full' version available where everything is 'correctly' formatted.