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

    Interface Border

    interface Border {
        default: string[];
        keywords: string[];
        pattern: string;
        properties: BorderProperties;
        shorthand: string;
    }
    Index

    Properties

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