diff --git a/nx-dev/nx-dev/styles/constellation-wobble.animation.css b/nx-dev/nx-dev/styles/constellation-wobble.animation.css deleted file mode 100644 index 7085f36828..0000000000 --- a/nx-dev/nx-dev/styles/constellation-wobble.animation.css +++ /dev/null @@ -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; -} diff --git a/nx-dev/nx-dev/styles/main.css b/nx-dev/nx-dev/styles/main.css index 9000793460..5f08e346a3 100644 --- a/nx-dev/nx-dev/styles/main.css +++ b/nx-dev/nx-dev/styles/main.css @@ -8,10 +8,6 @@ @tailwind components; @tailwind utilities; -/*! purgecss start ignore */ -@import './constellation-wobble.animation.css'; -/*! purgecss end ignore */ - svg { shape-rendering: auto; text-rendering: optimizeLegibility;