Right now doing: ```python import htpy htpy.div[1.5] ``` errors with: ``` TypeError: 1.5 is not a valid child element ``` Is there any reason float is not supported?
Right now doing:
errors with:
Is there any reason float is not supported?