Size and position

The size and position module is comprised of the following submodules:

All width and height fields are of the dimension type and can be tokenized and accept the following units: PX / VW / VH / EM / REM, and ‘auto’ or ‘none’ strings which don’t have a unit.

Width submodule

  1. Width field - can also accept ‘auto’ string, which sets the width to be determined by the content’s width (after adding padding and border if exists).

  2. Max / Min width fields - can also accept ‘None’ string (Coming soon)

Height submodule

  1. Height field - can also accept ‘auto’ string which sets the height to be determined by the content’s height (after adding padding and border if exists).

  2. Max / Min height fields - can also accept ‘None’ string

Last updated