Need to clean up style.css | Community
Skip to main content

Need to clean up style.css

  • May 13, 2021
  • 1 reply
  • 0 views

Hello, somehow my style.css is messed up, how should I make it look cleaned up with proper spacing? Thanks in advance!

1 reply

  • May 14, 2021

Hi

It looks like the CSS file has been minified to improve performance when being sent back to the browser

There are numerous online tools, such as https://www.cleancss.com/css-beautify/ that would allow you to paste your CSS for it to then change the formatting

Thanks

Dave