Skip to content

Instantly share code, notes, and snippets.

@understandard
Forked from geckotang/unko__z-index.scss
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save understandard/10016212 to your computer and use it in GitHub Desktop.
Save understandard/10016212 to your computer and use it in GitHub Desktop.
.unko {
z-index: 101001;
// ~~~~~~
// | | +---モジュール内での z-index(3桁)
// | +-----エリア内でモジュールごとに適宜番号を振る(2桁)
// +-------1: header area, 2: content area, 3: sidebar area, 4: footer area(1桁)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment