leafo / scssphp-compass

Compass for scssphp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transitions are not working correctly

philippkuehn opened this issue · comments

That:

div { @include transition(transform 0.3s ease); }

gives me:

div { -webkit-transition : - 0.3s ease; -moz-transition : - 0.3s ease; -o-transition : - 0.3s ease; transition : transform 0.3s ease; }