🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@types/postcss-normalize

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/postcss-normalize

TypeScript definitions for postcss-normalize

9.0.1
ts3.6
ts3.7
ts3.8
ts3.9
ts4.0
ts4.1
ts4.2
ts4.3
ts4.4
Source
npm
Version published
Weekly downloads
7.8K
111.74%
Maintainers
1
Weekly downloads
 
Created
Source

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

// Type definitions for postcss-normalize 9.0
// Project: https://github.com/csstools/postcss-normalize#readme
// Definitions by: Piotr Kuczynski <https://github.com/pkuczynski>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Wed, 07 Jul 2021 17:02:34 GMT
  • Dependencies: @types/postcss
  • Global values: none

Credits

These definitions were written by Piotr Kuczynski.

FAQs

Package last updated on 07 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts