Created
July 4, 2012 06:51
-
-
Save matthewcopeland/3045777 to your computer and use it in GitHub Desktop.
sampel of a simple z-index.scss file.
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
// ALL z-indexes go in this file. | |
$checkbox-mask-z: 1; | |
$overlay-z: 2; | |
$modal-z: 3; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment