How to use postcss-discard-duplicates - 1 common examples

To help you get started, we’ve selected a few postcss-discard-duplicates examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SparkPost / heml / packages / heml-styles / src / index.js View on Github external
normalizeTimingFunctions(),
    convertValues({ length: false }),
    reduceCalc(),
    orderedValues(),
    minifySelectors(),
    minifyParams(),
    discardOverridden(),
    normalizeString(),
    minifyFontValues({ removeQuotes: false }),
    normalizeRepeatStyle(),
    normalizePositions(),
    discardEmpty(),
    uniqueSelectors(),
    declarationSorter(),
    mergeAdjacentMedia(),
    discardDuplicates(),
    mergeRules(),

    /** color handling */
    colorNamesToHex(),
    rgbToHex({ rgbOnly: true, silent: true }),
    rgbaFallback(),
    formatHexColors(),

    /** email fixes */
    emailImportant(),
    shorthandExpand(), // so we can match for margin-top/margin-left etc.
    zeroOutMargin(),

    /** expanding to match heml elements */
    elementExpander({ elements, aliases }),
    mergeLonghand(),

postcss-discard-duplicates

Discard duplicate rules in your CSS files with PostCSS.

MIT
Latest version published 1 month ago

Package Health Score

97 / 100
Full package analysis

Popular postcss-discard-duplicates functions