If you are not importing any element themes, and want to use the style properties, you need to import them manually.
You can adjust the top level border radius, which affects many element themes directly.
If you want to set the border radius to zero, you need to specify a unit for it as well (i.e. 0px
or 0em
), as it is used in calc
functions which will be undefined if --valo-border-radius
is a unitless value.
var(--valo-border-radius)