Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 607 Bytes

Comment.md

File metadata and controls

26 lines (17 loc) · 607 Bytes

Comment Node

The Comment node inherits directly from Comment in PostCSS. This node represents a CSS comment; either inline (//) or block (/* */).

Properties

inline

Type: Boolean

If true, indicates that the type of comment is "inline," or a comment that begins with //. If false, indicates that the comment is a traditional block comment.

type

Type: String Value: 'comment'

value

Type: String

A String representation of the body of the comment.

Example Values

  // na na na na na na na na batmannnnn
  /* joker cheats at poker */