Skip to content

Commit

Permalink
fixup! chore(3d-hover-effect-glow): add a new internal component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh authored and adrianschmidt committed Jan 7, 2025
1 parent 9db49c8 commit fb1196e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/util/3d-tilt-hover-effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@
* @include the-3d-element--clickable;
* ```
* - **For the glow effect**:
* Add a `<div class="limel-3d-hover-effect-glow" />` inside "the-3d-element",
* and use the following SCSS mixin:
* ```scss
* @include limel-3d-hover-effect-glow($selector, $border-radius);
* ```
* Add a `<limel-3d-hover-effect-glow />` inside "the-3d-element".
*
* 3. **Initialize in your component**:
*
Expand Down

0 comments on commit fb1196e

Please sign in to comment.