Commit f852348
Chrome 143 supports side-relative values for
* Chrome 143 supports side-relative values for `background-position-x/y`
e.g.
```css
.test {
background-position-x: left 25%;
background-position-y: top 30px;
}
```
https://chromestatus.com/feature/5073321259565056
* Apply suggestions from code review
---------
Co-authored-by: Claas Augner <[email protected]>background-position-x/y (#28494)1 parent b69087a commit f852348
File tree
2 files changed
+3
-3
lines changed- css/properties
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments