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

    Interface PropertyListOptions

    interface PropertyListOptions {
        computeShorthand?: boolean;
        removeDuplicateDeclarations?: string | boolean | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    computeShorthand?: boolean
    removeDuplicateDeclarations?: string | boolean | string[]