Strip unused CSS

This commit is contained in:
djmaze 2021-08-17 14:06:56 +02:00
parent 26015aaf18
commit 8273111e65
5 changed files with 3 additions and 33 deletions

View file

@ -10,15 +10,6 @@
100% {background-position: 60px 0;}
}
.e-strip-animation {
background-size: 60px 60px;
background-image: linear-gradient(135deg, #000 25%, #fff 25%,
#fff 50%, #000 50%, #000 75%,
#fff 75%, #fff);
animation: animate-stripes 2s linear infinite;
opacity: 0.25;
}
@media screen and (min-width: 1000px) {
.button-delete-transitions {