Skip to content

Commit

Permalink
feat: 🎸 add "tr" atom for "transform" property
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jul 10, 2018
1 parent 79a0a36 commit e4d59e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/atoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var atoms = exports.atoms = {
ww: 'word-wrap',
con: 'content',
z: 'z-index',
tr: 'transform',
};

exports.addon = function (renderer) {
Expand Down

0 comments on commit e4d59e5

Please sign in to comment.