Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Record<string, unknown>
    • DeclarationRaws

Index

Properties

before?: string

The space symbols before the node. It also stores * and _ symbols before the declaration (IE hack).

between?: string

The symbols between the property and value for declarations.

important?: string

The content of the important statement, if it is not just !important.

value?: { raw: string; value: string }

Declaration value with comments.

Type declaration

  • raw: string
  • value: string