Skip to content

Instantly share code, notes, and snippets.

@monoooki
Created March 17, 2015 02:51
Show Gist options
  • Save monoooki/4ecf60d70dda5b886dee to your computer and use it in GitHub Desktop.
Save monoooki/4ecf60d70dda5b886dee to your computer and use it in GitHub Desktop.
z-index management for Stylus
// Sassy Z-Index Management For Complex Layouts - Smashing Magazine
// http://www.smashingmagazine.com/2014/06/12/sassy-z-index-management-for-complex-layouts/
// elements
$e = hoge fuga moge header
zindex(name)
for v, i in $e
if v == name
return i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment