Skip to content

Instantly share code, notes, and snippets.

@kharakhordindemo
Created December 10, 2017 07:59
Show Gist options
  • Save kharakhordindemo/52a2e00702bdf0200f6d865cc92e6d8a to your computer and use it in GitHub Desktop.
Save kharakhordindemo/52a2e00702bdf0200f6d865cc92e6d8a to your computer and use it in GitHub Desktop.
transition
@mixin tr($time){
transition: all $time ease;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment