vite/playground/css-lightningcss-proxy/index.html

6 lines
143 B
HTML
Raw Normal View History

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