8.0 Utils

A collection of utility classes that can be used everywhere in the code.

8.1 Border

You change the border radius of your element by using the following classes.

  • .border-radius

    Add a standard border radius to the element

  • .border-round

    The border radius is 100%, useful for round thumb effect.

<div class="{$modifiers} bg-pool" style="width:50px; height:50px"></label>