@@ -14,7 +14,19 @@ exports[`should test the 'pseudoClassVariants' plugin 1`] = `
14
14
display : flex ;
15
15
}
16
16
17
- .optional\\ :flex:optional, .required\\ :flex:required, .valid\\ :flex:valid, .invalid\\ :flex:invalid, .in-range\\ :flex:in-range, .out-of-range\\ :flex:out-of-range, .read-only\\ :flex:read-only, .empty\\ :flex:empty, .focus-within\\ :flex:focus-within, .hover\\ :flex:hover, .focus\\ :flex:focus {
17
+ .optional\\ :flex:optional, .required\\ :flex:required, .valid\\ :flex:valid, .invalid\\ :flex:invalid {
18
+ display : flex ;
19
+ }
20
+
21
+ .user-valid\\ :flex:user-valid {
22
+ display : flex ;
23
+ }
24
+
25
+ .user-invalid\\ :flex:user-invalid {
26
+ display : flex ;
27
+ }
28
+
29
+ .in-range\\ :flex:in-range, .out-of-range\\ :flex:out-of-range, .read-only\\ :flex:read-only, .empty\\ :flex:empty, .focus-within\\ :flex:focus-within, .hover\\ :flex:hover, .focus\\ :flex:focus {
18
30
display : flex ;
19
31
}
20
32
@@ -34,7 +46,19 @@ exports[`should test the 'pseudoClassVariants' plugin 1`] = `
34
46
display : flex ;
35
47
}
36
48
37
- .group:optional .group-optional\\ :flex, .group:required .group-required\\ :flex, .group:valid .group-valid\\ :flex, .group:invalid .group-invalid\\ :flex, .group:in-range .group-in-range\\ :flex, .group:out-of-range .group-out-of-range\\ :flex, .group:read-only .group-read-only\\ :flex, .group:empty .group-empty\\ :flex, .group:focus-within .group-focus-within\\ :flex, .group:hover .group-hover\\ :flex, .group:focus .group-focus\\ :flex {
49
+ .group:optional .group-optional\\ :flex, .group:required .group-required\\ :flex, .group:valid .group-valid\\ :flex, .group:invalid .group-invalid\\ :flex {
50
+ display : flex ;
51
+ }
52
+
53
+ .group:user-valid .group-user-valid\\ :flex {
54
+ display : flex ;
55
+ }
56
+
57
+ .group:user-invalid .group-user-invalid\\ :flex {
58
+ display : flex ;
59
+ }
60
+
61
+ .group:in-range .group-in-range\\ :flex, .group:out-of-range .group-out-of-range\\ :flex, .group:read-only .group-read-only\\ :flex, .group:empty .group-empty\\ :flex, .group:focus-within .group-focus-within\\ :flex, .group:hover .group-hover\\ :flex, .group:focus .group-focus\\ :flex {
38
62
display : flex ;
39
63
}
40
64
@@ -54,7 +78,19 @@ exports[`should test the 'pseudoClassVariants' plugin 1`] = `
54
78
display : flex ;
55
79
}
56
80
57
- .peer:optional ~ .peer-optional\\ :flex, .peer:required ~ .peer-required\\ :flex, .peer:valid ~ .peer-valid\\ :flex, .peer:invalid ~ .peer-invalid\\ :flex, .peer:in-range ~ .peer-in-range\\ :flex, .peer:out-of-range ~ .peer-out-of-range\\ :flex, .peer:read-only ~ .peer-read-only\\ :flex, .peer:empty ~ .peer-empty\\ :flex, .peer:focus-within ~ .peer-focus-within\\ :flex, .peer:hover ~ .peer-hover\\ :flex, .peer:focus ~ .peer-focus\\ :flex {
81
+ .peer:optional ~ .peer-optional\\ :flex, .peer:required ~ .peer-required\\ :flex, .peer:valid ~ .peer-valid\\ :flex, .peer:invalid ~ .peer-invalid\\ :flex {
82
+ display : flex ;
83
+ }
84
+
85
+ .peer:user-valid ~ .peer-user-valid\\ :flex {
86
+ display : flex ;
87
+ }
88
+
89
+ .peer:user-invalid ~ .peer-user-invalid\\ :flex {
90
+ display : flex ;
91
+ }
92
+
93
+ .peer:in-range ~ .peer-in-range\\ :flex, .peer:out-of-range ~ .peer-out-of-range\\ :flex, .peer:read-only ~ .peer-read-only\\ :flex, .peer:empty ~ .peer-empty\\ :flex, .peer:focus-within ~ .peer-focus-within\\ :flex, .peer:hover ~ .peer-hover\\ :flex, .peer:focus ~ .peer-focus\\ :flex {
58
94
display : flex ;
59
95
}
60
96
0 commit comments