postcss-merge-longhand

  • Version 9.0.1
  • Published
  • 129 kB
  • 2 dependencies
  • MIT license

Install

npm i postcss-merge-longhand
yarn add postcss-merge-longhand
pnpm add postcss-merge-longhand

Overview

Merge longhand properties into shorthand with PostCSS.

Index

Variables

Functions

Type Aliases

Namespaces

Variables

variable moduleExports

const moduleExports: typeof pluginCreator;

    Functions

    function pluginCreator

    pluginCreator: typeof pluginCreator;
    • {import('postcss').Plugin}

    Type Aliases

    type Family

    type Family = {
    explode: (rule: Rule) => void;
    merge: (rule: Rule) => void;
    };

      Namespaces

      namespace pluginCreator

      namespace pluginCreator {}

        variable postcss

        var postcss: boolean;

          Package Files (1)

          Dependencies (2)

          Dev Dependencies (2)

          Peer Dependencies (1)

          Badge

          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/postcss-merge-longhand.

          • Markdown
            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/postcss-merge-longhand)
          • HTML
            <a href="https://www.jsdocs.io/package/postcss-merge-longhand"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>