From e4d59e5990d2f6ab80fa757707f255833522f793 Mon Sep 17 00:00:00 2001 From: streamich Date: Wed, 11 Jul 2018 00:53:03 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20"tr"=20atom=20for?= =?UTF-8?q?=20"transform"=20property?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/atoms.js | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/atoms.js b/addon/atoms.js index ca63ce84..1c0a4d11 100644 --- a/addon/atoms.js +++ b/addon/atoms.js @@ -52,6 +52,7 @@ var atoms = exports.atoms = { ww: 'word-wrap', con: 'content', z: 'z-index', + tr: 'transform', }; exports.addon = function (renderer) {