KC's Workspace
    Preparing search index...

    Construct a type with a set of properties K of type T

    interface RootRaws {
        after?: string;
        codeAfter?: string;
        codeBefore?: string;
        semicolon?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    after?: string

    The space symbols after the last child to the end of file.

    codeAfter?: string

    Non-CSS code after Root, when Root is inside Document.

    Experimental: some aspects of this node could change within minor or patch version releases.

    codeBefore?: string

    Non-CSS code before Root, when Root is inside Document.

    Experimental: some aspects of this node could change within minor or patch version releases.

    semicolon?: boolean

    Is the last child has an (optional) semicolon.