Class EmbeddedSass.Value.Calculation.Builder

All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, EmbeddedSass.Value.CalculationOrBuilder
Enclosing class:
EmbeddedSass.Value.Calculation

public static final class EmbeddedSass.Value.Calculation.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.Value.Calculation.Builder> implements EmbeddedSass.Value.CalculationOrBuilder
 A SassScript calculation value. The compiler must send fully [simplified]
 calculations, meaning that simplifying it again will produce the same
 calculation. The host is not required to simplify calculations.
 [simplified]: https://github.com/sass/sass/tree/main/spec/types/calculation.md#simplifying-a-calculation
 The compiler must simplify any calculations it receives from the host
 before returning them from a function. If this simplification produces an
 error, it should be treated as though the function call threw that error.
 It should *not* be treated as a protocol error.
 
Protobuf type sass.embedded_protocol.Value.Calculation