Weltraumeule
2021-12-01, 19:28:19
Kennt jemand ein gutes Plugin für Notepad++ um CSS Code zu formatieren?
Also das was diese Seite macht https://www.cleancss.com/css-beautify/
The minified CSS Style Sheets below:
body{font-family:Georgia, Times, serif;color:purple;background-color:#d8da3d}h1{font-family:Helvetica, Arial}
Becomes this beautified:
body {
font-family: Georgia, Times, serif;
color: purple;
background-color: #d8da3d
}
h1 {
font-family: Helvetica, Arial
}
Es gibt zwar das Plugin JS Tool mit dem Befehl JSFormat, aber dieses begeht leider Fehler und macht den Code unbrauchbar. :frown:
Also das was diese Seite macht https://www.cleancss.com/css-beautify/
The minified CSS Style Sheets below:
body{font-family:Georgia, Times, serif;color:purple;background-color:#d8da3d}h1{font-family:Helvetica, Arial}
Becomes this beautified:
body {
font-family: Georgia, Times, serif;
color: purple;
background-color: #d8da3d
}
h1 {
font-family: Helvetica, Arial
}
Es gibt zwar das Plugin JS Tool mit dem Befehl JSFormat, aber dieses begeht leider Fehler und macht den Code unbrauchbar. :frown: