@types/postcss-normalize
TypeScript icon, indicating that this package has built-in type declarations

9.0.4 • Public • Published

Installation

npm install --save @types/postcss-normalize

Summary

This package contains type definitions for postcss-normalize (https://github.com/csstools/postcss-normalize#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize.

index.d.ts

import { Plugin } from "postcss";

declare namespace Normalize {
    interface Options {
        /**
         * @default false
         */
        allowDuplicates?: boolean | undefined;

        /**
         * @default null
         */
        forceImport?: boolean | string | undefined;

        /**
         * @default null
         */
        browsers?: string | undefined;
    }

    type NormalizePlugin = Plugin<Options>;
}

declare const normalize: Normalize.NormalizePlugin;

export = normalize;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: postcss

Credits

These definitions were written by Piotr Kuczynski.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/postcss-normalize

Weekly Downloads

3,706

Version

9.0.4

License

MIT

Unpacked Size

3.71 kB

Total Files

5

Last publish

Collaborators

  • types