All attributes of `body` tag in `.polymer/index.html` is getting removed. For example if we specify the following attributes, It is getting removed ``` html <body class="fullbleed vertical layout"> </body> ```