Static GitHub Issues

[1297] Alias in style attribute doesn't work rc3

prev: how to catch nuxt error like this
next: Warning: postcss-cssnext found a duplicate plugin ('autoprefixer') in your postcss plugins. This might be inefficient. You should remove 'autoprefixer' from your postcss plugin list since it's already included by postcss-cssnext.
// Doesn't work
style="background-image: url('~static/image.png')" 

// Works
<img src="~static/image.png" />
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1146">#c1146</a>)</em></sub></div>