Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 487 Bytes

units.md

File metadata and controls

22 lines (14 loc) · 487 Bytes

Available Units

The list of available units: px|%|rem|em|ex|cm|ch|mm|in|pt|pc|vh|vw|vmin.

If start and end units of delta are different - mojs will fallback to end units.

Usage with properties:

  // ...
  property :   '20rem',
  property2 :  { '10%' : '100%' },
  // ...