Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ac29d30

Browse files
authored
DEV: Fix SCSS linting issue (#1187)
1 parent 65503a5 commit ac29d30

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

assets/stylesheets/modules/ai-bot/common/ai-artifact.scss

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
@keyframes slideUp {
2+
to {
3+
transform: translateY(-100%);
4+
}
5+
}
6+
7+
@keyframes vanishing {
8+
to {
9+
display: none;
10+
}
11+
}
12+
113
.ai-artifact__wrapper {
214
iframe {
315
width: 100%;
@@ -72,17 +84,6 @@ html.ai-artifact-expanded {
7284
}
7385
}
7486
}
75-
@keyframes slideUp {
76-
to {
77-
transform: translateY(-100%);
78-
}
79-
}
80-
81-
@keyframes vanishing {
82-
to {
83-
display: none;
84-
}
85-
}
8687

8788
iframe {
8889
position: fixed;

0 commit comments

Comments
 (0)