enhancementhelp wanted
Description
code: body { padding: 50px; }
body { padding: 0; }
results: body{padding:50px;padding:0}
What can I do to get the results as: body {padding:0}
code: body { padding: 50px; }
body { padding: 0; }
results: body{padding:50px;padding:0}
What can I do to get the results as: body {padding:0}