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

    Interface BorderColor

    interface BorderColor {
        keywords: string[];
        map?: string;
        properties: string[];
        shorthand: string;
        types: string[];
    }
    Index

    Properties

    keywords: string[]
    map?: string
    properties: string[]
    shorthand: string
    types: string[]