dict2css.helpers

Helper functions.

New in version 0.2.0.

Functions:

em(val)

Helper function to format a number as a value in em.

px(val)

Helper function to format a number as a value in pixels.

rem(val)

Helper function to format a number as a value in rem.

em(val)[source]

Helper function to format a number as a value in em.

Parameters

val (Union[int, float, str])

Return type

str

px(val)[source]

Helper function to format a number as a value in pixels.

Parameters

val (Union[int, float, str])

Return type

str

rem(val)[source]

Helper function to format a number as a value in rem.

Parameters

val (Union[int, float, str])

Return type

str