docs(nxdev): remove unused css wobble animation (#11638)

This commit is contained in:
Benjamin Cabanes 2022-08-18 14:51:07 -04:00 committed by GitHub
parent 971bcbe32c
commit 499ab1bacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View File

@ -1,21 +0,0 @@
@keyframes wobble {
from {
transform: rotate(0deg);
}
25% {
transform: rotate(3deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(-3deg);
}
to {
transform: rotate(0deg);
}
}
.constellation-wobble-animation {
animation: wobble 60s linear infinite;
}

View File

@ -8,10 +8,6 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
/*! purgecss start ignore */
@import './constellation-wobble.animation.css';
/*! purgecss end ignore */
svg { svg {
shape-rendering: auto; shape-rendering: auto;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;