-
Notifications
You must be signed in to change notification settings - Fork 9
Filters
ryndel edited this page Dec 27, 2012
·
8 revisions
Grayscale: 1 (no color)
Import the grayscale mixin into the less file for your site or page:
@import "[path]/mixins/filters/grayscale.less";
OR using the absolute url:
@import "https://raw.github.com/commons/less/master/mixins/filters/grayscale.less"
Add grayscale to your style(s) using defaults:
.someclass {
.grayscale();
}
- Chrome
- Safari
Note: This is a -webkit feature - doesn't work in Firefox or IE.
[View the grayscale.less file here] (https://raw.github.com/commons/less/master/mixins/filters/grayscale.less)