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

    Interface RenderResult

    render result object

    interface RenderResult {
        code: string;
        errors: ErrorDescription[];
        map?: SourceMap;
        stats: { total: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: string

    rendered css

    render errors

    map?: SourceMap

    source map

    stats: { total: string }

    render stats

    Type declaration

    • total: string

      render time