Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Created June 13, 2014 09:52
Show Gist options
  • Save erezLieberman/275b4dc90ab4ad997e9c to your computer and use it in GitHub Desktop.
Save erezLieberman/275b4dc90ab4ad997e9c to your computer and use it in GitHub Desktop.
Cool SASS Mixins & Functions
//Sassy Z-Index Management For Complex Layouts
$elements: project-covers, sorting-bar, modals, navigation;
.project-cover {
z-index: index($elements, project-covers);
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment