Skip to content

Instantly share code, notes, and snippets.

@owain-stratton
Created November 21, 2016 21:14
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 owain-stratton/cf65164af646e7ecbd7aa500e96e5663 to your computer and use it in GitHub Desktop.
Save owain-stratton/cf65164af646e7ecbd7aa500e96e5663 to your computer and use it in GitHub Desktop.
const BASE_SIZE = 14;
// Golden Ratio / Fibonacci Sequence
// 0 1 1 2 3 5 8 13 21 ...
const UI_THEME = {
fonts: {
xxs: BASE_SIZE *
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment