Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 307 Bytes

Operator.md

File metadata and controls

14 lines (9 loc) · 307 Bytes

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.