Merge pull request #436 from apache/zshshr-patch-3

`rotate` is the same as `rotateZ`
diff --git a/docs/docs/styles/common-styles.md b/docs/docs/styles/common-styles.md
index 6f773d4..9af0607 100644
--- a/docs/docs/styles/common-styles.md
+++ b/docs/docs/styles/common-styles.md
@@ -302,6 +302,7 @@
 
 :::tip
 Consider use `transition` instead, which supports all the style that `transform` supports except for `transform-origin` and `perspective`
+`rotate` is the same as `rotateZ`
 :::
 
 The CSS **transform** property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated and scaled.
@@ -317,6 +318,7 @@
 * rotate: `degree`
 * rotateX: `degree` **v0.14+**
 * rotateY: `degree` **v0.14+**
+* rotateZ: `degree` **v0.26+** 
 * perspective: `number`, supported for Android 4.1 and above. **v0.16+**
 * transform-origin: number, percentage, keyword (top/left/right/bottom)