Skip to content

Instantly share code, notes, and snippets.

@wnstn
Created August 1, 2012 17:43
Show Gist options
  • Save wnstn/3229139 to your computer and use it in GitHub Desktop.
Save wnstn/3229139 to your computer and use it in GitHub Desktop.
Bad Less
.keyframes(@name, @class) {
@-webkit-keyframes @name { @class }
@-moz-keyframes @name { @class }
@-ms-keyframes @name { @class }
@-o-keyframes @name { @class }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment