Skip to content

Instantly share code, notes, and snippets.

@malrase
Created October 6, 2014 20:52
Show Gist options
  • Save malrase/b906aa9a86d31f921bf2 to your computer and use it in GitHub Desktop.
Save malrase/b906aa9a86d31f921bf2 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
div.colors {
background: grayscale(red);
background: saturate(red);
background: saturate(red, 20%);
background: invert(red);
background: alpha(red);
color: grayscale(#369);
color: saturate(#369, 20%);
color: invert(#369);
color: alpha(#369);
}
div.numbers {
filter: grayscale(30%);
filter: saturate(30%);
filter: invert(30%);
-webkit-filter: grayscale(0.3);
-webkit-filter: saturate(0.3);
-webkit-filter: invert(0.3);
}
div.colors {
background: gray;
background: saturate(red);
background: red;
background: cyan;
background: 1;
color: #666666;
color: #1f66ad;
color: #cc9966;
color: 1;
}
div.numbers {
filter: grayscale(30%);
filter: saturate(30%);
filter: invert(30%);
-webkit-filter: grayscale(0.3);
-webkit-filter: saturate(0.3);
-webkit-filter: invert(0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment