The Punctuation
node inherits directly from Node
in PostCSS. This node represents various types of characters used for punctuation in CSS; , : ( ) { } [ ]
are all parsed as punctuation nodes.
Type: String
Value: 'punctuation'
Type: String
A String
representation of the punctuation character.