Skip to content

Commit cb4ff81

Browse files
committed
Update text fixture
1 parent 0ca1c14 commit cb4ff81

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

__tests__/fixtures/tailwind-output-flagged.css

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25573,32 +25573,19 @@ video {
2557325573
}
2557425574

2557525575
@keyframes spin {
25576-
from {
25577-
transform: rotate(0deg);
25578-
}
25579-
2558025576
to {
2558125577
transform: rotate(360deg);
2558225578
}
2558325579
}
2558425580

2558525581
@keyframes ping {
25586-
0% {
25587-
transform: scale(1);
25588-
opacity: 1;
25589-
}
25590-
2559125582
75%, 100% {
2559225583
transform: scale(2);
2559325584
opacity: 0;
2559425585
}
2559525586
}
2559625587

2559725588
@keyframes pulse {
25598-
0%, 100% {
25599-
opacity: 1;
25600-
}
25601-
2560225589
50% {
2560325590
opacity: .5;
2560425591
}
@@ -25611,7 +25598,7 @@ video {
2561125598
}
2561225599

2561325600
50% {
25614-
transform: translateY(0);
25601+
transform: none;
2561525602
animation-timing-function: cubic-bezier(0,0,0.2,1);
2561625603
}
2561725604
}

0 commit comments

Comments
 (0)