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

    Interface Outline

    interface Outline {
        default: string[];
        keywords: string[];
        pattern: string;
        properties: OutlineProperties;
        shorthand: string;
    }
    Index

    Properties

    default: string[]
    keywords: string[]
    pattern: string
    properties: OutlineProperties
    shorthand: string