Skip to content

Instantly share code, notes, and snippets.

View davidweatherall2's full-sized avatar

davidweatherall2

View GitHub Profile
@davidweatherall2
davidweatherall2 / z.scss
Created July 8, 2019 07:05
Z index sass helper function
// Z-index mapping: Correctly place your variable in the correct position based on what it should appear above and behind.
// Example usage: z-index: z(header);
$z-list: (
highest,
lowest
);
@function z($var) {