Operator Node

July 10, 2025 ยท View on GitHub

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.