Skip to content

Commit 0034fb8

Browse files
committed
Add support for transition-delay
1 parent a09a9dc commit 0034fb8

File tree

5 files changed

+338
-0
lines changed

5 files changed

+338
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10913,6 +10913,38 @@ video {
1091310913
transition-duration: 1000ms !important;
1091410914
}
1091510915

10916+
.delay-75 {
10917+
transition-delay: 75ms !important;
10918+
}
10919+
10920+
.delay-100 {
10921+
transition-delay: 100ms !important;
10922+
}
10923+
10924+
.delay-150 {
10925+
transition-delay: 150ms !important;
10926+
}
10927+
10928+
.delay-200 {
10929+
transition-delay: 200ms !important;
10930+
}
10931+
10932+
.delay-300 {
10933+
transition-delay: 300ms !important;
10934+
}
10935+
10936+
.delay-500 {
10937+
transition-delay: 500ms !important;
10938+
}
10939+
10940+
.delay-700 {
10941+
transition-delay: 700ms !important;
10942+
}
10943+
10944+
.delay-1000 {
10945+
transition-delay: 1000ms !important;
10946+
}
10947+
1091610948
.example {
1091710949
font-weight: 700;
1091810950
color: #f56565;
@@ -21226,6 +21258,38 @@ video {
2122621258
transition-duration: 1000ms !important;
2122721259
}
2122821260

21261+
.sm\:delay-75 {
21262+
transition-delay: 75ms !important;
21263+
}
21264+
21265+
.sm\:delay-100 {
21266+
transition-delay: 100ms !important;
21267+
}
21268+
21269+
.sm\:delay-150 {
21270+
transition-delay: 150ms !important;
21271+
}
21272+
21273+
.sm\:delay-200 {
21274+
transition-delay: 200ms !important;
21275+
}
21276+
21277+
.sm\:delay-300 {
21278+
transition-delay: 300ms !important;
21279+
}
21280+
21281+
.sm\:delay-500 {
21282+
transition-delay: 500ms !important;
21283+
}
21284+
21285+
.sm\:delay-700 {
21286+
transition-delay: 700ms !important;
21287+
}
21288+
21289+
.sm\:delay-1000 {
21290+
transition-delay: 1000ms !important;
21291+
}
21292+
2122921293
.sm\:example {
2123021294
font-weight: 700;
2123121295
color: #f56565;
@@ -31540,6 +31604,38 @@ video {
3154031604
transition-duration: 1000ms !important;
3154131605
}
3154231606

31607+
.md\:delay-75 {
31608+
transition-delay: 75ms !important;
31609+
}
31610+
31611+
.md\:delay-100 {
31612+
transition-delay: 100ms !important;
31613+
}
31614+
31615+
.md\:delay-150 {
31616+
transition-delay: 150ms !important;
31617+
}
31618+
31619+
.md\:delay-200 {
31620+
transition-delay: 200ms !important;
31621+
}
31622+
31623+
.md\:delay-300 {
31624+
transition-delay: 300ms !important;
31625+
}
31626+
31627+
.md\:delay-500 {
31628+
transition-delay: 500ms !important;
31629+
}
31630+
31631+
.md\:delay-700 {
31632+
transition-delay: 700ms !important;
31633+
}
31634+
31635+
.md\:delay-1000 {
31636+
transition-delay: 1000ms !important;
31637+
}
31638+
3154331639
.md\:example {
3154431640
font-weight: 700;
3154531641
color: #f56565;
@@ -41854,6 +41950,38 @@ video {
4185441950
transition-duration: 1000ms !important;
4185541951
}
4185641952

41953+
.lg\:delay-75 {
41954+
transition-delay: 75ms !important;
41955+
}
41956+
41957+
.lg\:delay-100 {
41958+
transition-delay: 100ms !important;
41959+
}
41960+
41961+
.lg\:delay-150 {
41962+
transition-delay: 150ms !important;
41963+
}
41964+
41965+
.lg\:delay-200 {
41966+
transition-delay: 200ms !important;
41967+
}
41968+
41969+
.lg\:delay-300 {
41970+
transition-delay: 300ms !important;
41971+
}
41972+
41973+
.lg\:delay-500 {
41974+
transition-delay: 500ms !important;
41975+
}
41976+
41977+
.lg\:delay-700 {
41978+
transition-delay: 700ms !important;
41979+
}
41980+
41981+
.lg\:delay-1000 {
41982+
transition-delay: 1000ms !important;
41983+
}
41984+
4185741985
.lg\:example {
4185841986
font-weight: 700;
4185941987
color: #f56565;
@@ -52168,6 +52296,38 @@ video {
5216852296
transition-duration: 1000ms !important;
5216952297
}
5217052298

52299+
.xl\:delay-75 {
52300+
transition-delay: 75ms !important;
52301+
}
52302+
52303+
.xl\:delay-100 {
52304+
transition-delay: 100ms !important;
52305+
}
52306+
52307+
.xl\:delay-150 {
52308+
transition-delay: 150ms !important;
52309+
}
52310+
52311+
.xl\:delay-200 {
52312+
transition-delay: 200ms !important;
52313+
}
52314+
52315+
.xl\:delay-300 {
52316+
transition-delay: 300ms !important;
52317+
}
52318+
52319+
.xl\:delay-500 {
52320+
transition-delay: 500ms !important;
52321+
}
52322+
52323+
.xl\:delay-700 {
52324+
transition-delay: 700ms !important;
52325+
}
52326+
52327+
.xl\:delay-1000 {
52328+
transition-delay: 1000ms !important;
52329+
}
52330+
5217152331
.xl\:example {
5217252332
font-weight: 700;
5217352333
color: #f56565;

__tests__/fixtures/tailwind-output.css

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10913,6 +10913,38 @@ video {
1091310913
transition-duration: 1000ms;
1091410914
}
1091510915

10916+
.delay-75 {
10917+
transition-delay: 75ms;
10918+
}
10919+
10920+
.delay-100 {
10921+
transition-delay: 100ms;
10922+
}
10923+
10924+
.delay-150 {
10925+
transition-delay: 150ms;
10926+
}
10927+
10928+
.delay-200 {
10929+
transition-delay: 200ms;
10930+
}
10931+
10932+
.delay-300 {
10933+
transition-delay: 300ms;
10934+
}
10935+
10936+
.delay-500 {
10937+
transition-delay: 500ms;
10938+
}
10939+
10940+
.delay-700 {
10941+
transition-delay: 700ms;
10942+
}
10943+
10944+
.delay-1000 {
10945+
transition-delay: 1000ms;
10946+
}
10947+
1091610948
.example {
1091710949
font-weight: 700;
1091810950
color: #f56565;
@@ -21226,6 +21258,38 @@ video {
2122621258
transition-duration: 1000ms;
2122721259
}
2122821260

21261+
.sm\:delay-75 {
21262+
transition-delay: 75ms;
21263+
}
21264+
21265+
.sm\:delay-100 {
21266+
transition-delay: 100ms;
21267+
}
21268+
21269+
.sm\:delay-150 {
21270+
transition-delay: 150ms;
21271+
}
21272+
21273+
.sm\:delay-200 {
21274+
transition-delay: 200ms;
21275+
}
21276+
21277+
.sm\:delay-300 {
21278+
transition-delay: 300ms;
21279+
}
21280+
21281+
.sm\:delay-500 {
21282+
transition-delay: 500ms;
21283+
}
21284+
21285+
.sm\:delay-700 {
21286+
transition-delay: 700ms;
21287+
}
21288+
21289+
.sm\:delay-1000 {
21290+
transition-delay: 1000ms;
21291+
}
21292+
2122921293
.sm\:example {
2123021294
font-weight: 700;
2123121295
color: #f56565;
@@ -31540,6 +31604,38 @@ video {
3154031604
transition-duration: 1000ms;
3154131605
}
3154231606

31607+
.md\:delay-75 {
31608+
transition-delay: 75ms;
31609+
}
31610+
31611+
.md\:delay-100 {
31612+
transition-delay: 100ms;
31613+
}
31614+
31615+
.md\:delay-150 {
31616+
transition-delay: 150ms;
31617+
}
31618+
31619+
.md\:delay-200 {
31620+
transition-delay: 200ms;
31621+
}
31622+
31623+
.md\:delay-300 {
31624+
transition-delay: 300ms;
31625+
}
31626+
31627+
.md\:delay-500 {
31628+
transition-delay: 500ms;
31629+
}
31630+
31631+
.md\:delay-700 {
31632+
transition-delay: 700ms;
31633+
}
31634+
31635+
.md\:delay-1000 {
31636+
transition-delay: 1000ms;
31637+
}
31638+
3154331639
.md\:example {
3154431640
font-weight: 700;
3154531641
color: #f56565;
@@ -41854,6 +41950,38 @@ video {
4185441950
transition-duration: 1000ms;
4185541951
}
4185641952

41953+
.lg\:delay-75 {
41954+
transition-delay: 75ms;
41955+
}
41956+
41957+
.lg\:delay-100 {
41958+
transition-delay: 100ms;
41959+
}
41960+
41961+
.lg\:delay-150 {
41962+
transition-delay: 150ms;
41963+
}
41964+
41965+
.lg\:delay-200 {
41966+
transition-delay: 200ms;
41967+
}
41968+
41969+
.lg\:delay-300 {
41970+
transition-delay: 300ms;
41971+
}
41972+
41973+
.lg\:delay-500 {
41974+
transition-delay: 500ms;
41975+
}
41976+
41977+
.lg\:delay-700 {
41978+
transition-delay: 700ms;
41979+
}
41980+
41981+
.lg\:delay-1000 {
41982+
transition-delay: 1000ms;
41983+
}
41984+
4185741985
.lg\:example {
4185841986
font-weight: 700;
4185941987
color: #f56565;
@@ -52168,6 +52296,38 @@ video {
5216852296
transition-duration: 1000ms;
5216952297
}
5217052298

52299+
.xl\:delay-75 {
52300+
transition-delay: 75ms;
52301+
}
52302+
52303+
.xl\:delay-100 {
52304+
transition-delay: 100ms;
52305+
}
52306+
52307+
.xl\:delay-150 {
52308+
transition-delay: 150ms;
52309+
}
52310+
52311+
.xl\:delay-200 {
52312+
transition-delay: 200ms;
52313+
}
52314+
52315+
.xl\:delay-300 {
52316+
transition-delay: 300ms;
52317+
}
52318+
52319+
.xl\:delay-500 {
52320+
transition-delay: 500ms;
52321+
}
52322+
52323+
.xl\:delay-700 {
52324+
transition-delay: 700ms;
52325+
}
52326+
52327+
.xl\:delay-1000 {
52328+
transition-delay: 1000ms;
52329+
}
52330+
5217152331
.xl\:example {
5217252332
font-weight: 700;
5217352333
color: #f56565;

0 commit comments

Comments
 (0)