Skip to content

Instantly share code, notes, and snippets.

@mike-zarandona
Created December 5, 2014 15:50
Show Gist options
  • Save mike-zarandona/58d7e1f8bf36366c9f8b to your computer and use it in GitHub Desktop.
Save mike-zarandona/58d7e1f8bf36366c9f8b to your computer and use it in GitHub Desktop.
A LESS mixin to apply CSS3 blurs to elements.
.blur(@blur) {
filter: blur(@blur);
-webkit-filter: blur(@blur);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment