Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 372 Bytes

Punctuation.md

File metadata and controls

14 lines (9 loc) · 372 Bytes

Punctuation Node

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.

Properties

type

Type: String Value: 'punctuation'

value

Type: String

A String representation of the punctuation character.