CSS::ClampFunctionCall
Inherits CSS::FunctionCall < Struct < Value < Object
Represents a clamp() function call.
Typically used with length/percentage values (for example for responsive font sizes).
Constructors
new(min, preferred, max)
SourceInstance methods
arguments
Sourcefunction_name
Sourcemax
Sourcemin
Sourcepreferred
Source