Skip to content

Commit

Permalink
AI Assistant: Remove unique-id sass function call from animation name (
Browse files Browse the repository at this point in the history
…#38922)

* remove sass unique-id on animation name

* changelog
  • Loading branch information
dhasilva authored Aug 15, 2024
1 parent cf8996c commit d501ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

AI Assistant: Remove unique-id sass function call from animation name
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $features-colors: (
}

@mixin pulse() {
$name: pulse-#{unique-id()};
$name: jetpack-ai-breve-loading-pulse;

@keyframes #{$name} {
0% {
Expand Down

0 comments on commit d501ec7

Please sign in to comment.