Skip to content

Commit

Permalink
test(style): add valid style to test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf committed Sep 18, 2024
1 parent 30623b4 commit 5171723
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<span data-static="bar"></span>
<span style={baaz}></span>
<span style="quux"></span>
<span style="background: red;"></span>
<span>concatenated text {item.text}</span>
<span data-dynamic={foo} style={baaz} class={bar}>{item.text}</span>
</div>
Expand Down
Loading

0 comments on commit 5171723

Please sign in to comment.