vite/playground/css-lightningcss-proxy/index.html
Hugo Nogueira 6b5609424c
fix: lightningcss fails with html-proxy (#13776)
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
2023-07-24 14:55:08 +02:00

6 lines
143 B
HTML

<!--[inline-css]-->
<div class="wrapper">
<p>Injected inline style with SSR Proxy</p>
<p class="ssr-proxy">This should be coral</p>
</div>