Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 1.03 KB

README.md

File metadata and controls

58 lines (49 loc) · 1.03 KB

Length

Configuration

Modular Scale

$modular-scale: (
  '0':  0,
  '1':  0.5rem,
  '2':  1rem,
  '3':  1.75rem,
  '4':  3rem,
  '5':  5rem,
  '6':  9rem,
  '7':  16rem,
  '8':  28rem,
  '9':  48rem,
  '10': 72rem
);

Percentage Scale

$percentage-scale: (
  '0':   0,
  '10':  10%,
  '20':  20%,
  '30':  30%,
  '40':  40%,
  '50':  50%,
  '60':  60%,
  '70':  70%,
  '80':  80%,
  '90':  90%,
  '100': 100%,
);

Classes

Modular

Identifier Key
w 0 - 10
h 0 - 10
maxw 0 - 10
maxh 0 - 10

Percentage

Identifier Key
wp 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
hp 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
maxwp 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100
maxhp 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100