Skip to content

Commit

Permalink
fix(playground): separate "Legacy css" prologue from included variable (
Browse files Browse the repository at this point in the history
#12467)

Separate "Legacy css" prologue from included variable

Fixes 12466
  • Loading branch information
myfonj authored Jan 16, 2025
1 parent 5e3a35f commit 5773469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/play/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ export function renderHtml(state = null) {
width: 90%;
padding: 5px 10px 5px 26px;
}
</style>
<style>
${css}
</style>
Expand Down

0 comments on commit 5773469

Please sign in to comment.