Skip to content

Instantly share code, notes, and snippets.

@giuseppeg
Created June 2, 2015 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giuseppeg/c179e3b0ed77b6853720 to your computer and use it in GitHub Desktop.
Save giuseppeg/c179e3b0ed77b6853720 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.4)
// ----
.test-support {
@each $fn in (get-color, to-hex) {
@if (not function-exists($fn)) {
@warn "#{$fn} doesn't exists or is not supported";
}
}
}
@mixin gradient() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment