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

    Interface MinifyOptions

    minify options

    interface MinifyOptions {
        computeCalcExpression?: boolean;
        computeShorthand?: boolean;
        computeTransform?: boolean;
        expandNestingRules?: boolean;
        inlineCssVariables?: boolean;
        minify?: boolean;
        nestingRules?: boolean;
        parseColor?: boolean;
        pass?: number;
        removeDuplicateDeclarations?: boolean;
        removeEmpty?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    computeCalcExpression?: boolean

    compute math functions see supported functions mathFuncs

    computeShorthand?: boolean

    compute shorthand properties

    computeTransform?: boolean

    compute transform functions see supported functions transformFunctions

    expandNestingRules?: boolean

    expand nested rules

    inlineCssVariables?: boolean

    inline css variables

    minify?: boolean

    enable minification

    nestingRules?: boolean

    generate nested rules

    parseColor?: boolean

    parse color tokens

    pass?: number

    define minification passes.

    removeDuplicateDeclarations?: boolean

    remove duplicate declarations from the same rule

    removeEmpty?: boolean

    remove empty ast nodes