@tbela99/css-parser
    Preparing search index...

    Interface AstRuleStyleSheet

    interface AstRuleStyleSheet {
        chi: (AstRuleList | AstComment)[];
        loc?: Location;
        parent?: AstRuleList;
        tokens?: Token[];
        typ: StyleSheetNodeType;
        validSyntax?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location
    parent?: AstRuleList
    tokens?: Token[]
    validSyntax?: boolean