This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) { |