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

    Interface PurpleBackgroundAttachment

    interface PurpleBackgroundAttachment {
        default: string[];
        keywords: string[];
        mapping?: BackgroundAttachmentMapping;
        required?: boolean;
        types: string[];
    }
    Index

    Properties

    default: string[]
    keywords: string[]
    required?: boolean
    types: string[]