@types/gulp-postcss

  • Version 8.0.6
  • Published
  • 3.41 kB
  • 2 dependencies
  • MIT license

Install

npm i @types/gulp-postcss
yarn add @types/gulp-postcss
pnpm add @types/gulp-postcss

Overview

TypeScript definitions for gulp-postcss

Index

Functions

Interfaces

Functions

function GulpPostCss

GulpPostCss: {
(plugins?: any[], options?: GulpPostCss.Options): NodeJS.ReadWriteStream;
(
callback?: (file: Vinyl) => {
plugins?: any[];
options?: GulpPostCss.Options;
}
): NodeJS.ReadWriteStream;
};

    Interfaces

    interface Options

    interface Options {}

      property parser

      parser?: any;

        Package Files (1)

        Dependencies (2)

        Dev Dependencies (0)

        No dev dependencies.

        Peer Dependencies (0)

        No peer dependencies.

        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/@types/gulp-postcss.

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