Skip to content

Instantly share code, notes, and snippets.

@Rplus
Created October 15, 2014 09:30
Show Gist options
  • Save Rplus/dcc27c8488201d26211c to your computer and use it in GitHub Desktop.
Save Rplus/dcc27c8488201d26211c to your computer and use it in GitHub Desktop.
panel-Foundation coding style
@Rplus
Copy link
Author

Rplus commented Oct 15, 2014

z-index 一律使用 function z() 進行套用,
要定義 layer 規則請到 _z-index.scss 調整

z-index: z('default');

@Rplus
Copy link
Author

Rplus commented Oct 15, 2014

單位不使用 px,
請用 rem-calc(13px 20px) 進行轉換

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment