The Quoted
node inherits directly from Node
in PostCSS. This node represents a quoted string in a CSS value.
Type: String
The quotation character used to denote the beginning and end of the string.
Type: String
Value: 'quoted'
Type: String
The value of the string between the quote characters, including quotes.
Type: String
The value of the string between the quote characters, without quotes.
'batman'
"joker"