reduceTransforms

省略形に相当するショートハンドが存在する場合、変換関数の間で変換します。

入力

.box {
    transform: translate3d(0, 0, 0);
}

出力

.box {
    transform: translateZ(0);
}