Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 507 Bytes

File metadata and controls

22 lines (14 loc) · 507 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%' },
  // ...