Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created August 17, 2015 11:01
Show Gist options
  • Save scottkellum/3d5b079dc6f8e9241149 to your computer and use it in GitHub Desktop.
Save scottkellum/3d5b079dc6f8e9241149 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
foo {
opacity: opacity(rgba(0,0,0,.1));
alpha: alpha(rgba(0,0,0,.1));
}
foo {
opacity: 0.1;
alpha: 0.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment