When I proccess
body {
transition: all 1s ease-out;
}
or
body { transition: all 1s ease-out }
Rework will remove all my formatation and use own styles (without \n at end file):
body {
transition: all 1s ease-out
}
It's not critical, but good postprocessor will change only that, you need.