From f8d069787370f5599cd82fcc59921adfac7aa23d Mon Sep 17 00:00:00 2001 From: Igor V Belousov Date: Thu, 30 Apr 2015 17:37:34 +0300 Subject: [PATCH] add transform hack --- ShortCSS.styl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ShortCSS.styl b/ShortCSS.styl index e1d1314..32a648c 100644 --- a/ShortCSS.styl +++ b/ShortCSS.styl @@ -220,6 +220,13 @@ transit() -o-transition arguments transition arguments +transfrm() + -webkit-transform arguments + -moz-transform arguments + -o-transform arguments + -ms-transform arguments + transform arguments + opacit() -ms-filter unquote('"progid:DXImageTransform.Microsoft.Alpha(Opacity='+arguments*100+')"') filter unquote('alpha(opacity='+arguments*100+')')