Skip to content

Instantly share code, notes, and snippets.

@xzyfer
Created April 14, 2015 00:32
Show Gist options
  • Select an option

  • Save xzyfer/66b7f11f8e72e620d85c to your computer and use it in GitHub Desktop.

Select an option

Save xzyfer/66b7f11f8e72e620d85c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
$foo: #ffffff;
foo {
bar: adjust-color($foo, $hue: -6deg, $lightness: -16, $saturation: -7);
}
foo {
bar: #d3d9d8; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment