Static GitHub Issues

[861] inline css is not included after update to 1.0.0-alpha2

prev: When 'nuxt build nuxt start' ,some browsers open pages that are garbled.
next: Vue directive

If i disable javascript in dev tools, to take a look at the html structure i can see our css is gone. Before we did the update it was included like this.

<head> <style data-vue-ssr-id="fweoi545y7897h34ht5h......."></style> </head>

This results in a flash when we load the page :( The css looks ok after hydration. I have looked at https://github.com/nuxt/nuxt.js/issues/754

Nothing is mentioned about css changes. Can someone help? Thanks

Arun

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c731">#c731</a>)</em></sub></div>