Skip to content

Commit d2c8d79

Browse files
authored
Add feature for individual transform properties (web-platform-dx#565)
1 parent 583b2e0 commit d2c8d79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Individual transform properties
2+
description: Transform elements with separate `translate`, `rotate`, and `scale` CSS properties.
3+
spec: https://drafts.csswg.org/css-transforms-2/#individual-transforms
4+
usage_stats:
5+
- https://chromestatus.com/metrics/css/timeline/popularity/504 # translate
6+
- https://chromestatus.com/metrics/css/timeline/popularity/505 # rotate
7+
- https://chromestatus.com/metrics/css/timeline/popularity/506 # scale
8+
compat_features:
9+
- css.properties.rotate
10+
- css.properties.scale
11+
- css.properties.translate

0 commit comments

Comments
 (0)