Sorting CSS code ascending -
i triying sort css code, no luck.
have css code of more 2000 lines, not possible sort them manually.
for example want sort this:
#sidebar{color:#aaa} body{font-size:20px} #sidebar .h3{color:#555} footer{border:solid 1px #eee}
... this:
body{font-size:20px} footer{border:solid 1px #eee} #sidebar{color:#aaa} #sidebar .h3{color:#555}
is there plugin notepad++ or online site doing this?
you'll need plugin notepad++ if want sort:
- menu => plugins => plugin manager => show plugin manager
- available =>
textfx characters
=> pressinstall
, restart notepad++ when asked (save work). - select text sorted
menu => textfx tools => sort lines * (there's multiple options here)
of course, proper editor have built-in ;)
Comments
Post a Comment