Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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. -
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 -
bogdanwk1688yThat is PHPStorm and has beautify methods natively. Use them, don't rant w/o reasons. This is just lazy.
-
@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) :)
-
malek31518y1. Download WebStorm.
2. Hit Command + alt + L ( Ctrl + alt + L on Windows ).
3. Voilà. -
mundo0349798yAhh, 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.
Yaaaay....I fucking hate editing css files like this
undefined