Skip to content

Instantly share code, notes, and snippets.

@vinhnglx
Created October 13, 2014 16:07
Show Gist options
  • Select an option

  • Save vinhnglx/c64ac9aba225267630ee to your computer and use it in GitHub Desktop.

Select an option

Save vinhnglx/c64ac9aba225267630ee to your computer and use it in GitHub Desktop.
Compass filter image
@import "compass/css3/filter";
.filtered {
@include filter(grayscale(50%));
@include filter(blur(10px));
}
img.filtered src="https://s3-ap-southeast-1.amazonaws.com/travelshopa-assets/assets/user-profile-image.jpg"
@vinhnglx

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment