🔰functions
function
note
var( )
reference to a css variable.
calc( )
supports (+, -, *, /), "+" and "-" must be surrounded by whitespace.
clamp(min, pref, max)
arguments: the minimum size, the preferred size, and the maximum size.
Last updated
function
note
var( )
reference to a css variable.
calc( )
supports (+, -, *, /), "+" and "-" must be surrounded by whitespace.
clamp(min, pref, max)
arguments: the minimum size, the preferred size, and the maximum size.
Last updated