Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 564 Bytes

Quoted.md

File metadata and controls

31 lines (20 loc) · 564 Bytes

Quoted Node

The Quoted node inherits directly from Node in PostCSS. This node represents a quoted string in a CSS value.

Properties

quote

Type: String

The quotation character used to denote the beginning and end of the string.

type

Type: String Value: 'quoted'

value

Type: String

The value of the string between the quote characters, including quotes.

contents

Type: String

The value of the string between the quote characters, without quotes.

Example Values

  'batman'
  "joker"