Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 08:49
Show Gist options
  • Select an option

  • Save wpweb101/cbc95bf9fa148cb841d147b1544dd158 to your computer and use it in GitHub Desktop.

Select an option

Save wpweb101/cbc95bf9fa148cb841d147b1544dd158 to your computer and use it in GitHub Desktop.
Autoprefixer manages browser prefix
a {
-webkit-transition: -webkit-transform 1s;
transition: -ms-transform 1s;
transition: transform 1s
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment