File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
(v2)/v2/nested-validation-valibot Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 141
141
margin-right : 20px ;
142
142
}
143
143
144
- input :not ([type = ' checkbox' ]) {
144
+ :global( input :not ([type = ' checkbox' ]) ) {
145
145
width : 100px ;
146
146
}
147
147
Original file line number Diff line number Diff line change 74
74
margin-right : 20px ;
75
75
}
76
76
77
- input :not ([type = ' checkbox' ]) {
77
+ :global( input :not ([type = ' checkbox' ]) ) {
78
78
width : 100px ;
79
79
}
80
80
Original file line number Diff line number Diff line change 60
60
margin-right : 20px ;
61
61
}
62
62
63
- input :not ([type = ' checkbox' ]) {
63
+ :global( input :not ([type = ' checkbox' ]) ) {
64
64
width : 100px ;
65
65
}
66
66
Original file line number Diff line number Diff line change 69
69
margin-right : 20px ;
70
70
}
71
71
72
- input :not ([type = ' checkbox' ]) {
72
+ :global( input :not ([type = ' checkbox' ]) ) {
73
73
width : 100px ;
74
74
}
75
75
Original file line number Diff line number Diff line change 79
79
}
80
80
}
81
81
82
- input :not ([type = ' checkbox' ]) {
82
+ :global( input :not ([type = ' checkbox' ]) ) {
83
83
width : 100px ;
84
84
}
85
85
Original file line number Diff line number Diff line change 128
128
margin-right : 20px ;
129
129
}
130
130
131
- input :not ([type = ' checkbox' ]) {
131
+ :global( input :not ([type = ' checkbox' ]) ) {
132
132
width : 100px ;
133
133
}
134
134
You can’t perform that action at this time.
0 commit comments