Skip to content

Commit

Permalink
chore: Add reproduce for #9174
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Jul 19, 2022
1 parent ae5639c commit 4cd9625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playground/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,14 @@ <h3>base64</h3>
inline style
</p>
<p class="style-base64-assets">use style class</p>
<h3>from public folder</h3>
<style>
.style-public-assets {
background: url('/icon.png');
}
</style>
<p style="background: url(/icon.png)">inline style</p>
<p class="style-public-assets">use style class</p>

<h3 class="import-css">@import</h3>
<style class="style-import">
Expand Down

0 comments on commit 4cd9625

Please sign in to comment.