Skip to content

Instantly share code, notes, and snippets.

@jackarmley
Created May 28, 2015 01:38
Show Gist options
  • Save jackarmley/b97a85113ed4ec27ee25 to your computer and use it in GitHub Desktop.
Save jackarmley/b97a85113ed4ec27ee25 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
@function longshadow($length){
@return $length;
};
p{
text-shadow: longshadow(50);
}
p {
text-shadow: 50;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment