105

Yaaaay....I fucking hate editing css files like this

Comments
  • 24
    Use Brackets. Download Beautify. See that ugly thing beautified.
  • 8
    Looks like a minified CSS. Where's the source?

    Also, you can just import that minified CSS and just override the classes you need overriden.
  • 3
    I can see forever! It's full of stars!
  • 1
    Formatting is key.
  • 0
    There are a few formatting tools out there. If that's minified, it's shit minification anyway cause it should all be one line.

    Usually I format with `js-beautify`(An NPM cli tool which beautifies Js but comes with html-beautify and css-beautify) and then convert to SCSS. Saves me a headache
  • 0
    Deminify
  • 3
    That is PHPStorm and has beautify methods natively. Use them, don't rant w/o reasons. This is just lazy.
  • 0
    Oh mother of god what the hell D= Nightmares!
  • 3
    @Insidious it is minified, he just has word wrap on
  • 2
    You use PHPStorm, so Ctrl + Maj + L should be your relief.
  • 1
    Nice space invaders you have there
  • 1
    Yep, that's minified css. Just un-minify it
  • 1
    Learn how to use Sass. It changed my life.
  • 0
    @Insidious actually it is good minifies it is just the IDE that does that effect that makes it look like several lines (I use a jetbrains IDE as well) :)
  • 0
    1. Download WebStorm.
    2. Hit Command + alt + L ( Ctrl + alt + L on Windows ).
    3. Voilà.
  • 0
    Someone needs to learn the cascading part of CSS
  • 0
    😷😷😷
  • 0
    I've never used gnome in my life @fun2code
  • 0
    And to top it off gentlemen, I see some "!important" in there too.

    ** shudders **
  • 0
    Ahh, it is all because you use windows.

    Switch to linux, download a good text editor and beautify the file.

    You can also jump to the beautify part if you like.
Add Comment