Created
October 13, 2014 16:07
-
-
Save vinhnglx/c64ac9aba225267630ee to your computer and use it in GitHub Desktop.
Compass filter image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import "compass/css3/filter"; | |
| .filtered { | |
| @include filter(grayscale(50%)); | |
| @include filter(blur(10px)); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| img.filtered src="https://s3-ap-southeast-1.amazonaws.com/travelshopa-assets/assets/user-profile-image.jpg" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://s28.postimg.org/fg28gf3yl/Travelshopa_The_Online_Local_Shopping_Guide_fo.png