Skip to content

Commit bdba9c5

Browse files
committed
add help cursor
1 parent 523db03 commit bdba9c5

5 files changed

+97
-0
lines changed

__tests__/fixtures/tailwind-output-flagged.css

+24
Original file line numberDiff line numberDiff line change
@@ -10769,6 +10769,10 @@ video {
1076910769
cursor: move;
1077010770
}
1077110771

10772+
.cursor-help {
10773+
cursor: help;
10774+
}
10775+
1077210776
.cursor-not-allowed {
1077310777
cursor: not-allowed;
1077410778
}
@@ -39361,6 +39365,10 @@ video {
3936139365
cursor: move;
3936239366
}
3936339367

39368+
.sm\:cursor-help {
39369+
cursor: help;
39370+
}
39371+
3936439372
.sm\:cursor-not-allowed {
3936539373
cursor: not-allowed;
3936639374
}
@@ -67910,6 +67918,10 @@ video {
6791067918
cursor: move;
6791167919
}
6791267920

67921+
.md\:cursor-help {
67922+
cursor: help;
67923+
}
67924+
6791367925
.md\:cursor-not-allowed {
6791467926
cursor: not-allowed;
6791567927
}
@@ -96459,6 +96471,10 @@ video {
9645996471
cursor: move;
9646096472
}
9646196473

96474+
.lg\:cursor-help {
96475+
cursor: help;
96476+
}
96477+
9646296478
.lg\:cursor-not-allowed {
9646396479
cursor: not-allowed;
9646496480
}
@@ -125008,6 +125024,10 @@ video {
125008125024
cursor: move;
125009125025
}
125010125026

125027+
.xl\:cursor-help {
125028+
cursor: help;
125029+
}
125030+
125011125031
.xl\:cursor-not-allowed {
125012125032
cursor: not-allowed;
125013125033
}
@@ -153557,6 +153577,10 @@ video {
153557153577
cursor: move;
153558153578
}
153559153579

153580+
.\32xl\:cursor-help {
153581+
cursor: help;
153582+
}
153583+
153560153584
.\32xl\:cursor-not-allowed {
153561153585
cursor: not-allowed;
153562153586
}

__tests__/fixtures/tailwind-output-important.css

+24
Original file line numberDiff line numberDiff line change
@@ -10769,6 +10769,10 @@ video {
1076910769
cursor: move !important;
1077010770
}
1077110771

10772+
.cursor-help {
10773+
cursor: help !important;
10774+
}
10775+
1077210776
.cursor-not-allowed {
1077310777
cursor: not-allowed !important;
1077410778
}
@@ -39361,6 +39365,10 @@ video {
3936139365
cursor: move !important;
3936239366
}
3936339367

39368+
.sm\:cursor-help {
39369+
cursor: help !important;
39370+
}
39371+
3936439372
.sm\:cursor-not-allowed {
3936539373
cursor: not-allowed !important;
3936639374
}
@@ -67910,6 +67918,10 @@ video {
6791067918
cursor: move !important;
6791167919
}
6791267920

67921+
.md\:cursor-help {
67922+
cursor: help !important;
67923+
}
67924+
6791367925
.md\:cursor-not-allowed {
6791467926
cursor: not-allowed !important;
6791567927
}
@@ -96459,6 +96471,10 @@ video {
9645996471
cursor: move !important;
9646096472
}
9646196473

96474+
.lg\:cursor-help {
96475+
cursor: help !important;
96476+
}
96477+
9646296478
.lg\:cursor-not-allowed {
9646396479
cursor: not-allowed !important;
9646496480
}
@@ -125008,6 +125024,10 @@ video {
125008125024
cursor: move !important;
125009125025
}
125010125026

125027+
.xl\:cursor-help {
125028+
cursor: help !important;
125029+
}
125030+
125011125031
.xl\:cursor-not-allowed {
125012125032
cursor: not-allowed !important;
125013125033
}
@@ -153557,6 +153577,10 @@ video {
153557153577
cursor: move !important;
153558153578
}
153559153579

153580+
.\32xl\:cursor-help {
153581+
cursor: help !important;
153582+
}
153583+
153560153584
.\32xl\:cursor-not-allowed {
153561153585
cursor: not-allowed !important;
153562153586
}

__tests__/fixtures/tailwind-output-no-color-opacity.css

+24
Original file line numberDiff line numberDiff line change
@@ -9207,6 +9207,10 @@ video {
92079207
cursor: move;
92089208
}
92099209

9210+
.cursor-help {
9211+
cursor: help;
9212+
}
9213+
92109214
.cursor-not-allowed {
92119215
cursor: not-allowed;
92129216
}
@@ -35243,6 +35247,10 @@ video {
3524335247
cursor: move;
3524435248
}
3524535249

35250+
.sm\:cursor-help {
35251+
cursor: help;
35252+
}
35253+
3524635254
.sm\:cursor-not-allowed {
3524735255
cursor: not-allowed;
3524835256
}
@@ -61236,6 +61244,10 @@ video {
6123661244
cursor: move;
6123761245
}
6123861246

61247+
.md\:cursor-help {
61248+
cursor: help;
61249+
}
61250+
6123961251
.md\:cursor-not-allowed {
6124061252
cursor: not-allowed;
6124161253
}
@@ -87229,6 +87241,10 @@ video {
8722987241
cursor: move;
8723087242
}
8723187243

87244+
.lg\:cursor-help {
87245+
cursor: help;
87246+
}
87247+
8723287248
.lg\:cursor-not-allowed {
8723387249
cursor: not-allowed;
8723487250
}
@@ -113222,6 +113238,10 @@ video {
113222113238
cursor: move;
113223113239
}
113224113240

113241+
.xl\:cursor-help {
113242+
cursor: help;
113243+
}
113244+
113225113245
.xl\:cursor-not-allowed {
113226113246
cursor: not-allowed;
113227113247
}
@@ -139215,6 +139235,10 @@ video {
139215139235
cursor: move;
139216139236
}
139217139237

139238+
.\32xl\:cursor-help {
139239+
cursor: help;
139240+
}
139241+
139218139242
.\32xl\:cursor-not-allowed {
139219139243
cursor: not-allowed;
139220139244
}

__tests__/fixtures/tailwind-output.css

+24
Original file line numberDiff line numberDiff line change
@@ -10769,6 +10769,10 @@ video {
1076910769
cursor: move;
1077010770
}
1077110771

10772+
.cursor-help {
10773+
cursor: help;
10774+
}
10775+
1077210776
.cursor-not-allowed {
1077310777
cursor: not-allowed;
1077410778
}
@@ -39361,6 +39365,10 @@ video {
3936139365
cursor: move;
3936239366
}
3936339367

39368+
.sm\:cursor-help {
39369+
cursor: help;
39370+
}
39371+
3936439372
.sm\:cursor-not-allowed {
3936539373
cursor: not-allowed;
3936639374
}
@@ -67910,6 +67918,10 @@ video {
6791067918
cursor: move;
6791167919
}
6791267920

67921+
.md\:cursor-help {
67922+
cursor: help;
67923+
}
67924+
6791367925
.md\:cursor-not-allowed {
6791467926
cursor: not-allowed;
6791567927
}
@@ -96459,6 +96471,10 @@ video {
9645996471
cursor: move;
9646096472
}
9646196473

96474+
.lg\:cursor-help {
96475+
cursor: help;
96476+
}
96477+
9646296478
.lg\:cursor-not-allowed {
9646396479
cursor: not-allowed;
9646496480
}
@@ -125008,6 +125024,10 @@ video {
125008125024
cursor: move;
125009125025
}
125010125026

125027+
.xl\:cursor-help {
125028+
cursor: help;
125029+
}
125030+
125011125031
.xl\:cursor-not-allowed {
125012125032
cursor: not-allowed;
125013125033
}
@@ -153557,6 +153577,10 @@ video {
153557153577
cursor: move;
153558153578
}
153559153579

153580+
.\32xl\:cursor-help {
153581+
cursor: help;
153582+
}
153583+
153560153584
.\32xl\:cursor-not-allowed {
153561153585
cursor: not-allowed;
153562153586
}

stubs/defaultConfig.stub.js

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ module.exports = {
141141
wait: 'wait',
142142
text: 'text',
143143
move: 'move',
144+
help: 'help',
144145
'not-allowed': 'not-allowed',
145146
},
146147
divideColor: (theme) => theme('borderColor'),

0 commit comments

Comments
 (0)