docs(nxdev): remove unused css wobble animation (#11638)
This commit is contained in:
parent
971bcbe32c
commit
499ab1bacb
@ -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;
|
|
||||||
}
|
|
||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user