Having a long css
file I have decided to make it organized and do some reformatting. As there are some tools to do that, I decided to test it with real code, but unfortunately I am experiencing unusable results.
My code contains several sections such as the following example:
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
And these sections are my problem, as CSS Beautifier
completely destroy them.
What alternatives can be used to reformat css files? I mean properly.