Operator Node The Operator node inherits directly from Node in PostCSS. This node represents valid CSS operators. Valid operator characters are: +, -, /, *, %. Properties type Type: String Value: 'operator' value Type: String A String representation of the operator.