We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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(); }
Note: This is a -webkit feature - doesn't work in Firefox or IE.
Demo
[View the grayscale.less file here] (https://raw.github.com/commons/less/master/mixins/filters/grayscale.less)