Skip to content

Commit

Permalink
Added part (scale, rotate) (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexandrina90 committed Jun 26, 2023
1 parent ad51b26 commit d53b675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/element/atropos-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class AtroposComponent extends HTMLElement {
el.classList.add('atropos');

el.innerHTML = `
<div class="atropos-scale">
<div class="atropos-rotate">
<div class="atropos-scale" part="scale">
<div class="atropos-rotate" part="rotate">
<div class="${innerClass}" part="inner">
<slot></slot>
</div>
Expand Down

0 comments on commit d53b675

Please sign in to comment.