CSS::ConicGradientFunctionCall
Inherits CSS::FunctionCall < Struct < Value < Object
Represents a conic-gradient() function call.
Values are passed as a splat. Each positional argument becomes a
comma-separated segment. To group multiple tokens inside a single
segment (e.g. a color stop like red 90deg), pass a Tuple; its items
are joined with spaces.
Constructors
new(*values)
SourceInstance methods
arguments
Sourcefunction_name
Source