Closed krasimir closed 8 years ago
<style> body { margin: 0; } </style>
should output
{ "body": { "margin": 0 } }
and not (like it is now):
{ "body": { "margin": "0" } }
Done in 5.2.0.
5.2.0
should output
and not (like it is now):