Commit aa9a310
authored
This PR adds the `scrollbar-width` and `scrollbar-color` properties to
the property order list such that we have a stable sort order for these
properties.
I put `scrollbar-width` before `scrollbar-color`, which is the same
order as the `border-width` and `border-color` properties.
## Test plan
1. Had to update a test because of the swapped order
2. All other tests pass
1 parent 892af9d commit aa9a310
4 files changed
Lines changed: 15 additions & 17 deletions
File tree
- packages/tailwindcss/src
- compat
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | 218 | | |
222 | 219 | | |
223 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3953 | 3953 | | |
3954 | 3954 | | |
3955 | 3955 | | |
| 3956 | + | |
| 3957 | + | |
| 3958 | + | |
| 3959 | + | |
3956 | 3960 | | |
3957 | 3961 | | |
3958 | 3962 | | |
3959 | 3963 | | |
3960 | 3964 | | |
3961 | 3965 | | |
3962 | 3966 | | |
3963 | | - | |
3964 | | - | |
3965 | | - | |
3966 | | - | |
3967 | 3967 | | |
3968 | 3968 | | |
3969 | 3969 | | |
| |||
4117 | 4117 | | |
4118 | 4118 | | |
4119 | 4119 | | |
4120 | | - | |
| 4120 | + | |
4121 | 4121 | | |
4122 | 4122 | | |
4123 | 4123 | | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
| 4127 | + | |
4124 | 4128 | | |
4125 | 4129 | | |
4126 | 4130 | | |
| |||
4129 | 4133 | | |
4130 | 4134 | | |
4131 | 4135 | | |
4132 | | - | |
4133 | | - | |
4134 | | - | |
4135 | | - | |
4136 | 4136 | | |
4137 | 4137 | | |
4138 | 4138 | | |
| |||
4143 | 4143 | | |
4144 | 4144 | | |
4145 | 4145 | | |
4146 | | - | |
4147 | | - | |
4148 | | - | |
4149 | | - | |
4150 | 4146 | | |
4151 | 4147 | | |
4152 | 4148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
0 commit comments