Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // mixins
- @mixin transition($time) {
- -webkit-transition: all $time ease-in-out;
- -moz-transition: all $time ease-in-out;
- -ms-transition: all $time ease-in-out;
- -o-transition: all $time ease-in-out;
- transition: all $time ease-in-out;
- }
Advertisement
Add Comment
Please, Sign In to add comment