interface DeclarationProps {
    important?: boolean;
    prop: string;
    raws?: DeclarationRaws;
    value: string;
}

Properties

important?: boolean

Whether the declaration has an !important annotation.

prop: string

Name of the declaration.

Information used to generate byte-to-byte equal node string as it was in the origin input.

value: string

Value of the declaration.